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 b593d6b commit 01c504cCopy full SHA for 01c504c
CHANGES
@@ -4,6 +4,12 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
7
+0.8.1
8
+-----
9
+
10
+- [internal] [testing]: fix sniffer test runner in python 3
11
+- [docs] new animated image demo for RTD and README
12
13
0.8.0
14
-----
15
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '0.8.0'
+__version__ = '0.8.1'
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments