From 8bfe961223ff3c49142ab11b335d42c58ef91f5b Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 27 May 2023 12:36:20 -0500 Subject: [PATCH] Tag v1.28.0 (move to ruff, poetry 1.5.0) --- CHANGES | 4 +++- pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index fd72b81419..5793171dd7 100644 --- a/CHANGES +++ b/CHANGES @@ -15,10 +15,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force // Usage: tmuxp@next load yoursession ``` -## tmuxp 1.28.x (unreleased) +## tmuxp 1.29.x (unreleased) +## tmuxp 1.28.0 (2023-05-27) + _Maintenance only, no bug fixes or features_ ### Internal improvements diff --git a/pyproject.toml b/pyproject.toml index d397ea418f..f833781618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.27.1" +version = "1.28.0" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index 029ee797d7..f502503a3c 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.27.1" +__version__ = "1.28.0" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"