Skip to content

Commit 7b340e6

Browse files
committed
Tag v0.32.0 (import update, ruff 0.3.0)
1 parent ddae08e commit 7b340e6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.32.x (Yet to be released)
12+
## libtmux 0.33.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.32.0 (2024-03-01)
19+
20+
_Maintenance only, no bug fixes or new features_
21+
1822
### Packaging
1923

2024
- Add implicit imports to `__init__.py` (#531), thank you @ssbarnea.

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.31.0post0"
3+
version = "0.32.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

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.31.0post0"
5+
__version__ = "0.32.0"
66
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)