We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed6a5c commit 94618b9Copy full SHA for 94618b9
CHANGES
@@ -19,7 +19,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
- _Insert changes/features/fixes for next release here_
21
22
-## tmuxp 1.16.2 (unreleased)
+## tmuxp 1.16.2 (2022-10-08)
23
24
### Packaging
25
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.16.1"
+version = "1.16.2"
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.16.1"
+__version__ = "1.16.2"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments