diff --git a/CHANGES b/CHANGES index 17dd29f5da..71c828ceb6 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force +## tmuxp 1.22.1 (2022-12-27) + +_Maintenance only, no bug fixes or features_ + +- Update libtmux 0.18.0 -> 0.18.1 + + Only code documentation fixes + ## tmuxp 1.22.0 (2022-12-27) ### Improvement diff --git a/pyproject.toml b/pyproject.toml index 58b5b7b76a..6e0eb941e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.22.0" +version = "1.22.1" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index 358a6c871b..fa74d6604e 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.22.0" +__version__ = "1.22.1" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"