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 7454bf7 commit d06f04bCopy full SHA for d06f04b
CHANGES
@@ -19,6 +19,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
<!-- Maintainers, insert changes / features for the next release here -->
21
22
+## tmuxp 1.27.1 (2022-04-07)
23
+
24
+_Maintenance only, no bug fixes or features_
25
26
+### Development
27
28
+- Update mypy to 1.2.0
29
+- libtmux 0.21.0 -> 0.21.1 (mypy / typing updatse only)
30
31
## tmuxp 1.27.0 (2022-01-29)
32
33
_Maintenance only, no bug fixes or features_
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.27.0"
+version = "1.27.1"
4
description = "tmux session manager"
5
license = "MIT"
6
authors = ["Tony Narlock <[email protected]>"]
0 commit comments