Skip to content

Commit

Permalink
Tag v0.39.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 231a9c7 commit 0d7db83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ To install via [pip](https://pip.pypa.io/en/stable/), use:
$ pip install --user --upgrade --pre libtmux
```

## libtmux 0.39.x (Yet to be released)
## libtmux 0.40.x (Yet to be released)

- _Future release notes will be placed here_

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

## libtmux 0.39.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 (#548)
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 = "libtmux"
version = "0.38.1"
version = "0.39.0"
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
requires-python = ">=3.9,<4.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/libtmux/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = "libtmux"
__package_name__ = "libtmux"
__version__ = "0.38.1"
__version__ = "0.39.0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__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 0d7db83

Please sign in to comment.