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 e968665 commit 4b42212Copy full SHA for 4b42212
CHANGES
@@ -3,6 +3,8 @@
3
## current
4
5
- _Insert changes/features/fixes for next release here_
6
+
7
+## tmuxp 1.9.0 (2021-06-16)
8
- libtmux: Update to 0.10.x
9
10
## tmuxp 1.8.2 (2021-06-15)
pyproject.toml
@@ -3,7 +3,7 @@ skip-string-normalization = true
[tool.poetry]
name = "tmuxp"
-version = "1.8.2"
+version = "1.9.0"
description = "tmux session manager"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
-__version__ = '1.8.2'
+__version__ = '1.9.0'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments