We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0373a commit 1bef99dCopy full SHA for 1bef99d
3 files changed
CHANGES
@@ -19,6 +19,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
<!-- Maintainers, insert changes / features for the next release here -->
21
22
+## tmuxp 1.32.1 (2023-11-23)
23
+
24
### Packaging
25
26
- pypoetry: Add `gp-lib` to `test` dependency group
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.32.0"
+version = "1.32.1"
4
description = "tmux session manager"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/tmuxp/__about__.py
__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"
0 commit comments