From d3d30fb8516792c9910107b6bd22da63ec195b0b Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 10 Sep 2022 16:50:17 -0500 Subject: [PATCH] Tag v1.13.2 --- CHANGES | 2 +- pyproject.toml | 2 +- tmuxp/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 3325409ecc..27a5e0fd26 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force - Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#807) - Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#808) -## tmuxp 1.13.x (2022-09-10) +## tmuxp 1.13.2 (2022-09-10) ### Bug fixes diff --git a/pyproject.toml b/pyproject.toml index 7350cf1322..3b0a6991ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.13.1" +version = "1.13.2" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/tmuxp/__about__.py b/tmuxp/__about__.py index 8ef21f1027..f8400fb9fe 100644 --- a/tmuxp/__about__.py +++ b/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.13.1" +__version__ = "1.13.2" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"