Skip to content

Commit 02ed5db

Browse files
committed
v0.24.0 (drop python 3.7, packaging and ci fixes)
1 parent ec8c9c0 commit 02ed5db

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGES

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ To install the unreleased libtmux version, see [developmental releases](https://
77
```console
88
$ pip install --user --upgrade --pre libtmux
99
```
10-
11-
## libtmux 0.24.x (unreleased)
10+
## libtmux 0.25.x (unreleased)
1211

1312
- _Notes on upcoming releases will be added here_
1413

1514
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1615

16+
## libtmux 0.24.0 (2023-11-19)
17+
18+
_Maintenance only, no bug fixes or new features_
19+
1720
### Breaking changes
1821

1922
- Python 3.7 Dropped (#497)

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.23.2"
3+
version = "0.24.0"
44
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

Diff for: src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.23.2"
3+
__version__ = "0.24.0"
44
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)