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 108e1ea commit 2ba8f27Copy full SHA for 2ba8f27
CHANGES
@@ -4,8 +4,8 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
7
-CURRENT
8
--------
+v0.1.8
+------
9
10
- [cli] [freezer]: `Issue #72`_: Create destination directory if it
11
doesn't exist. Thanks `ThiefMaster`_.
tmuxp/__init__.py
@@ -13,7 +13,7 @@
13
14
__title__ = 'tmuxp'
15
__package_name__ = 'tmuxp'
16
-__version__ = '0.1.7'
+__version__ = '0.1.8'
17
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
18
__email__ = 'tony@git-pull.com'
19
__author__ = 'Tony Narlock'
0 commit comments