From 296276dacc5f74524f0d049b8687e1615b94a897 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 21 Apr 2024 06:58:34 -0500 Subject: [PATCH] Tag v1.47.0 (libtmux bump to v0.37.0) --- CHANGES | 4 +++- pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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"