File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ $ pip install --user --upgrade --pre libtmux
15
15
16
16
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
17
17
18
+ ## libtmux 0.35.1 (2024-03-23)
19
+
18
20
### Bug fix
19
21
20
22
- {attr}` Server.attached_sessions ` fix for when multiple clients attached, thank you @patrislav1 (#537 )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " libtmux"
3
- version = " 0.35.0 "
3
+ version = " 0.35.1 "
4
4
description = " Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = "libtmux"
4
4
__package_name__ = "libtmux"
5
- __version__ = "0.35.0 "
5
+ __version__ = "0.35.1 "
6
6
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
7
7
__email__ = "tony@git-pull.com"
8
8
__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments