Skip to content

Commit 8b73e07

Browse files
committed
Tag v1.55.0 (libtmux 0.46.0)
1 parent 4223246 commit 8b73e07

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1515
// Usage: tmuxp@next load yoursession
1616
```
1717

18-
## tmuxp 1.55.0 (Yet to be released)
18+
## tmuxp 1.56.0 (Yet to be released)
1919

2020
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
2121

2222
- _Future release notes will be placed here_
2323

24+
## tmuxp 1.55.0 (2025-02-26)
25+
26+
_Maintenance only, no bug fixes or new features_
27+
2428
### Breaking changes
2529

2630
- libtmux: Bump minimum version from 0.45.0 -> 0.46.0 (#969)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tmuxp"
3-
version = "1.54.0"
3+
version = "1.55.0"
44
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
55
requires-python = ">=3.9,<4.0"
66
authors = [

src/tmuxp/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "tmuxp"
66
__package_name__ = "tmuxp"
7-
__version__ = "1.54.0"
7+
__version__ = "1.55.0"
88
__description__ = "tmux session manager"
99
__email__ = "[email protected]"
1010
__author__ = "Tony Narlock"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)