From dd7b59c94de2841fe1730fa5c6da90130f21691c Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 17 Mar 2024 09:26:24 -0500 Subject: [PATCH] Tag v1.41.0 (libtmux v0.33.0) --- CHANGES | 2 +- pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 3a4b2aa2e1..05a5d7703b 100644 --- a/CHANGES +++ b/CHANGES @@ -19,7 +19,7 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force -## tmuxp 1.41.0 (unreleased) +## tmuxp 1.41.0 (2024-03-17) _Maintenance only, no bug fixes or new features_ diff --git a/pyproject.toml b/pyproject.toml index 4f3813a73d..73ffee9364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.41.0b0" +version = "1.41.0" description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files." license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index 249291c193..9bdc6c2d91 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -2,7 +2,7 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.41.0b0" +__version__ = "1.41.0" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"