Skip to content

Commit 0d7db83

Browse files
committed
Tag v0.39.0 (Drop Python 3.8)
1 parent 231a9c7 commit 0d7db83

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ To install via [pip](https://pip.pypa.io/en/stable/), use:
99
$ pip install --user --upgrade --pre libtmux
1010
```
1111

12-
## libtmux 0.39.x (Yet to be released)
12+
## libtmux 0.40.x (Yet to be released)
1313

1414
- _Future release notes will be placed here_
1515

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

18+
## libtmux 0.39.0 (2024-11-26)
19+
20+
_Maintenance only, no bug fixes or new features_
21+
1822
### Breaking changes
1923

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.38.1"
3+
version = "0.39.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
requires-python = ">=3.9,<4.0"
66
authors = [

src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = "libtmux"
44
__package_name__ = "libtmux"
5-
__version__ = "0.38.1"
5+
__version__ = "0.39.0"
66
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)