Skip to content

Commit 3eb0599

Browse files
committedMar 23, 2024
Tag v0.35.1 (Server.attached_sessions fix)
1 parent 99a46c8 commit 3eb0599

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎CHANGES

+2
Original file line numberDiff line numberDiff 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)

‎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.35.0"
3+
version = "0.35.1"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

‎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.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"

0 commit comments

Comments
 (0)