diff --git a/CHANGES b/CHANGES index 58085bab75..65c2c3ed72 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.47.0 (unreleased) +## tmuxp 1.48.0 (unreleased) +## tmuxp 1.47.0 (2024-04-21) + _Maintenance only, no bug fixes or new features_ ### Developmental diff --git a/pyproject.toml b/pyproject.toml index 1913c4b8c6..c7532798af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.46.0" +version = "1.47.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 fe13baa26d..91e7f63571 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -2,7 +2,7 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.46.0" +__version__ = "1.47.0" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"