Skip to content

Commit 8475b37

Browse files
committed
Tag v1.52.2 (improved run_before_script() output, pt 2)
1 parent 9d4e52b commit 8475b37

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22+
## tmuxp 1.52.2 (2025-02-02)
23+
2224
### Bug fixes
2325

2426
- `run_before_script()`: Additional output capturing improvements (#960)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tmuxp"
3-
version = "1.52.1"
3+
version = "1.52.2"
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.52.1"
7+
__version__ = "1.52.2"
88
__description__ = "tmux session manager"
99
__email__ = "[email protected]"
1010
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)