We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19f61a commit 80ed98dCopy full SHA for 80ed98d
CHANGES
@@ -14,6 +14,8 @@ $ pip install --user --upgrade --pre libtmux
14
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
17
+## libtmux 0.21.1 (2023-04-07)
18
+
19
### Development
20
21
- Update mypy to 1.2.0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "libtmux"
3
-version = "0.21.0"
+version = "0.21.1"
4
description = "Typed scripting library / ORM / API wrapper for tmux"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
0 commit comments