From c48dbb690e53e5098fc20c7d42db9d79faae2137 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 26 Nov 2024 06:09:55 -0600 Subject: [PATCH] Tag v1.48.0 (built with uv) And libtmux 0.38.0+, which is built with uv. --- 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 f7cd6b0f75..141ef2684f 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.48.0 (unreleased) +## tmuxp 1.49.0 (unreleased) +## tmuxp 1.48.0 (2024-11-26) + +_Maintenance only, no bug fixes or new features_ + ### Breaking changes - Minimum libtmux version 0.37.0 -> 0.38.1 (#950) diff --git a/pyproject.toml b/pyproject.toml index 0f87688f30..85b281a09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tmuxp" -version = "1.47.0" +version = "1.48.0" description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files." requires-python = ">=3.8,<4.0" authors = [ diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index 91e7f63571..4d7e29d1ed 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -2,7 +2,7 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.47.0" +__version__ = "1.48.0" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock" diff --git a/uv.lock b/uv.lock index a6d34b11ef..2a3b5820ee 100644 --- a/uv.lock +++ b/uv.lock @@ -1039,7 +1039,7 @@ wheels = [ [[package]] name = "tmuxp" -version = "1.47.0" +version = "1.48.0" source = { editable = "." } dependencies = [ { name = "colorama" },