Skip to content

Commit 0dd4196

Browse files
committed
Tag v1.63.0 - Alpha release for CLI (#1006)
1 parent 7ce6a41 commit 0dd4196

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2727
// Usage: tmuxp@next load yoursession
2828
```
2929

30-
## tmuxp 1.63.0a0 (Yet to be released)
30+
## tmuxp 1.64.0 (Yet to be released)
3131

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

34+
_Notes on the upcoming release will go here.__
35+
36+
## tmuxp 1.63.0 (2026-01-11)
37+
3438
### Features
3539

3640
#### CLI Colors (#1006)

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.0a0"
3+
version = "1.63.0"
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.0a0"
7+
__version__ = "1.63.0"
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)