From b14fcb4f4737b520104c5e1a4803d3cdebf5bc88 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 28 Dec 2022 12:07:43 -0600 Subject: [PATCH] Tag 1.22.1 --- CHANGES | 8 ++++++++ pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 17dd29f5da1..71c828ceb66 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 58b5b7b76a7..6e0eb941e9b 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 358a6c871be..fa74d6604e5 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"