Skip to content

Commit 222a415

Browse files
committed
Tag v1.29.0post0 (libtmux post-release bump)
1 parent b82c182 commit 222a415

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ _Maintenance only, no bug fixes, or new features_
2929

3030
Code quality improvements from https://github.com/tmux-python/libtmux/pull/488
3131

32+
### Post-release: v1.29.0post0 (2023-09-02)
33+
34+
- libtmux post-release bumps
35+
36+
Re-add comments that went missing from `ruff` formatter.
37+
3238
## tmuxp 1.28.2 (2023-08-20)
3339

3440
_Maintenance only, no bug fixes, or new features_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.29.0"
3+
version = "1.29.0post0"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.29.0"
3+
__version__ = "1.29.0post0"
44
__description__ = "tmux session manager"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)