From 0b8773251c760115ef1e482d92d39b68ec699a48 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 20 Dec 2024 22:29:49 -0600 Subject: [PATCH] Tag v1.50.0 (libtmux 0.40.0, modernize syntax) --- CHANGES | 6 +++++- pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- uv.lock | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 22c91bd2b4..834cbc3a76 100644 --- a/CHANGES +++ b/CHANGES @@ -15,10 +15,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force // Usage: tmuxp@next load yoursession ``` -## tmuxp 1.50.0 (unreleased) +## tmuxp 1.51.0 (unreleased) +## tmuxp 1.50.0 (2024-12-20) + +_Maintenance only, no bug fixes or new features_ + ### Development - libtmux: Bump minimum version 0.39.0 -> 0.40.0 (#954) diff --git a/pyproject.toml b/pyproject.toml index b184eaf293..52cadae174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tmuxp" -version = "1.49.0" +version = "1.50.0" description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files." requires-python = ">=3.9,<4.0" authors = [ diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index be24b639f4..57c94f4aba 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -2,7 +2,7 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.49.0" +__version__ = "1.50.0" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock" diff --git a/uv.lock b/uv.lock index ab71e8a2a4..fbde870c6b 100644 --- a/uv.lock +++ b/uv.lock @@ -1045,7 +1045,7 @@ wheels = [ [[package]] name = "tmuxp" -version = "1.49.0" +version = "1.50.0" source = { editable = "." } dependencies = [ { name = "colorama" },