Skip to content

Commit bc4cb72

Browse files
committed
Tag 1.49.0 (Drop Python 3.8)
1 parent f5be07c commit bc4cb72

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,22 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1515
// Usage: tmuxp@next load yoursession
1616
```
1717

18-
## tmuxp 1.49.0 (unreleased)
18+
## tmuxp 1.50.0 (unreleased)
1919

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

22+
## tmuxp 1.49.0 (2024-11-26)
23+
24+
_Maintenance only, no bug fixes or new features_
25+
2226
### Breaking changes
2327

2428
- Drop Python 3.8. end of life was October 7th, 2024 (#951)
2529

2630
tmuxp 1.48.0 was the last release for Python 3.8.
2731

2832
The minimum python for tmuxp as of 1.49.0 is Python 3.9
33+
- libtmux 0.38.1 -> 0.39.0 (Minimum Python version of 3.9)
2934

3035
## tmuxp 1.48.0 (2024-11-26)
3136

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.48.0"
3+
version = "1.49.0"
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

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

33
__title__ = "tmuxp"
44
__package_name__ = "tmuxp"
5-
__version__ = "1.48.0"
5+
__version__ = "1.49.0"
66
__description__ = "tmux session manager"
77
__email__ = "[email protected]"
88
__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)