Skip to content

Commit

Permalink
v0.24.0 (drop python 3.7, packaging and ci fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 19, 2023
1 parent ec8c9c0 commit 02ed5db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ To install the unreleased libtmux version, see [developmental releases](https://
```console
$ pip install --user --upgrade --pre libtmux
```

## libtmux 0.24.x (unreleased)
## libtmux 0.25.x (unreleased)

- _Notes on upcoming releases will be added here_

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

## libtmux 0.24.0 (2023-11-19)

_Maintenance only, no bug fixes or new features_

### Breaking changes

- Python 3.7 Dropped (#497)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libtmux"
version = "0.23.2"
version = "0.24.0"
description = "Typed scripting library / ORM / API wrapper for tmux"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/libtmux/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "libtmux"
__package_name__ = "libtmux"
__version__ = "0.23.2"
__version__ = "0.24.0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "[email protected]"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit 02ed5db

Please sign in to comment.