Skip to content

Commit

Permalink
Tag 1.49.0 (Drop Python 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 26, 2024
1 parent f5be07c commit bc4cb72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
// Usage: tmuxp@next load yoursession
```

## tmuxp 1.49.0 (unreleased)
## tmuxp 1.50.0 (unreleased)

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

## tmuxp 1.49.0 (2024-11-26)

_Maintenance only, no bug fixes or new features_

### Breaking changes

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

tmuxp 1.48.0 was the last release for Python 3.8.

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

## tmuxp 1.48.0 (2024-11-26)

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.48.0"
version = "1.49.0"
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 @@ -2,7 +2,7 @@

__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.48.0"
__version__ = "1.49.0"
__description__ = "tmux session manager"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc4cb72

Please sign in to comment.