From 1bef99dfc3312161076cf024af73a3836781be78 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 23 Nov 2023 13:48:17 -0600 Subject: [PATCH] Tag v1.32.1 (test dependency fix) --- CHANGES | 2 ++ pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a3656e3148..617a032e6b 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force +## tmuxp 1.32.1 (2023-11-23) + ### Packaging - pypoetry: Add `gp-lib` to `test` dependency group diff --git a/pyproject.toml b/pyproject.toml index 9c1f38c2cc..90d6ef9b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.32.0" +version = "1.32.1" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index d51ebc92e9..2b798fbdf6 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.32.0" +__version__ = "1.32.1" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"