Skip to content

Commit 37812a7

Browse files
committed
Tag v0.53.0
1 parent 764ccf9 commit 37812a7

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,10 +28,12 @@ $ uv add libtmux --prerelease allow
2828
$ uvx --from 'libtmux' --prerelease allow python
2929
```
3030

31-
## libtmux 0.53.x (Yet to be released)
31+
## libtmux 0.54.x (Yet to be released)
3232

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

35+
## libtmux 0.53.0 (2025-12-14)
36+
3537
### Breaking changes
3638

3739
#### Session.attach() no longer calls refresh() (#616)

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.53.0a0"
3+
version = "0.53.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.53.0a0"
7+
__version__ = "0.53.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)