From 94618b92e16649e50397a7892b5b947c196fadd9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 8 Oct 2022 10:34:44 -0500 Subject: [PATCH] v1.16.2 (fix for pyyaml dep from #822) --- CHANGES | 2 +- pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index cc7e182e180..caa0e694f8e 100644 --- a/CHANGES +++ b/CHANGES @@ -19,7 +19,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force - _Insert changes/features/fixes for next release here_ -## tmuxp 1.16.2 (unreleased) +## tmuxp 1.16.2 (2022-10-08) ### Packaging diff --git a/pyproject.toml b/pyproject.toml index 1b505eb4400..4dbef47e60b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.16.1" +version = "1.16.2" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index 390d420d73a..b6f5dae1c19 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -1,6 +1,6 @@ __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"