Skip to content

Commit 2ba8f27

Browse files
committed
Tag v0.1.8 of tmux with before_script support, fix from #72 for freeze
directories. Testsuite updates.
1 parent 108e1ea commit 2ba8f27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44

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

7-
CURRENT
8-
-------
7+
v0.1.8
8+
------
99

1010
- [cli] [freezer]: `Issue #72`_: Create destination directory if it
1111
doesn't exist. Thanks `ThiefMaster`_.

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__title__ = 'tmuxp'
1515
__package_name__ = 'tmuxp'
16-
__version__ = '0.1.7'
16+
__version__ = '0.1.8'
1717
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
1818
__email__ = 'tony@git-pull.com'
1919
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)