File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 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
1515
1616<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717
18+ ## libtmux 0.35.1 (2024-03-23)
19+
1820### Bug fix
1921
2022- {attr}` Server.attached_sessions ` fix for when multiple clients attached, thank you @patrislav1 (#537 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " libtmux"
3- version = " 0.35.0 "
3+ version = " 0.35.1 "
44description = " Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55license = " MIT"
66authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 22
33__title__ = "libtmux"
44__package_name__ = "libtmux"
5- __version__ = "0.35.0 "
5+ __version__ = "0.35.1 "
66__description__ = "Typed scripting library / ORM / API wrapper for tmux"
77__email__ = "tony@git-pull.com"
88__author__ = "Tony Narlock"
You can’t perform that action at this time.
0 commit comments