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" },