Skip to content

Commit

Permalink
Tag v1.52.2 (improved run_before_script() output, pt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 2, 2025
1 parent 9d4e52b commit 8475b37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

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

## tmuxp 1.52.2 (2025-02-02)

### Bug fixes

- `run_before_script()`: Additional output capturing improvements (#960)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tmuxp"
version = "1.52.1"
version = "1.52.2"
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
requires-python = ">=3.9,<4.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.52.1"
__version__ = "1.52.2"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 8475b37

Please sign in to comment.