diff --git a/CHANGES b/CHANGES index f383889812..d334e8a154 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.25.x (unreleased) +## tmuxp 1.26.x (unreleased) +## tmuxp 1.25.0 (2023-01-07) + ## Internal improvements - libtmux 0.18.3 -> 0.19.1 (#862) diff --git a/pyproject.toml b/pyproject.toml index e51044d76d..79ce5ab1b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.24.1" +version = "1.25.0" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index b4dba65043..78d179918f 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.24.1" +__version__ = "1.25.0" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"