8000 Tag v1.64.2 (packaging fix) · tmux-python/tmuxp@de84b0a · GitHub
[go: up one dir, main page]

Skip to content

Commit de84b0a

Browse files
committed
Tag v1.64.2 (packaging fix)
why: __about__.__version__ was not updated in the 1.64.1 release what: - Bump __about__.__version__ from 1.64.0 to 1.64.2 - Bump pyproject.toml version to 1.64.2 - Add CHANGES entry for 1.64.2
1 parent 17a99f9 commit de84b0a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3535
_Notes on the upcoming release will go here._
3636
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3737

38+
## tmuxp 1.64.2 (2026-03-08)
39+
40+
### Packaging
41+
42+
- Fix `__about__.__version__` not updated in 1.64.1 release
43+
3844
## tmuxp 1.64.1 (2026-03-08)
3945

4046
### Bug fixes

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.64.1"
3+
version = "1.64.2"
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.64.0"
7+
__version__ = "1.64.2"
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)
0