Skip to content

Commit 01c504c

Browse files
committed
v0.8.1
1 parent b593d6b commit 01c504c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44

55
Here you can find the recent changes to tmuxp.
66

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+
713
0.8.0
814
-----
915

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'tmuxp'
22
__package_name__ = 'tmuxp'
3-
__version__ = '0.8.0'
3+
__version__ = '0.8.1'
44
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)