Skip to content

Commit 70e2b23

Browse files
committed
Tag v1.63.1 (cli color fix)
1 parent 2bf4994 commit 70e2b23

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3333

3434
_Notes on the upcoming release will go here._
3535

36+
## tmuxp 1.63.1 (2026-01-11)
37+
3638
### Bug fixes
3739

3840
#### CLI example colorization (#1008)

pyproject.toml

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

src/tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "tmuxp"
66
__package_name__ = "tmuxp"
7-
__version__ = "1.63.0"
7+
__version__ = "1.63.1"
88
__description__ = "tmux session manager"
99
__email__ = "tony@git-pull.com"
1010
__author__ = "Tony Narlock"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)