Skip to content

Commit b24016b

Browse files
committed
Tag v0.47.0 (Drop Python 3.9)
1 parent 5768488 commit b24016b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ $ uv add libtmux --prerelease allow
2828
$ uvx --from 'libtmux' --prerelease allow python
2929
```
3030

31-
## libtmux 0.47.x (Yet to be released)
31+
## libtmux 0.48.x (Yet to be released)
3232

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

3535
- _Future release notes will be placed here_
3636

37+
## libtmux 0.47.0 (2025-11-01)
38+
3739
### Breaking changes
3840

3941
- Drop support for Python 3.9; the new minimum is Python 3.10 (#602). See also:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libtmux"
3-
version = "0.46.2"
3+
version = "0.47.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "libtmux"
66
__package_name__ = "libtmux"
7-
__version__ = "0.46.2"
7+
__version__ = "0.47.0"
88
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
99
__email__ = "tony@git-pull.com"
1010
__author__ = "Tony Narlock"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)