Skip to content

Commit 07b2a84

Browse files
committed
v0.1.3
1 parent bc4c8da commit 07b2a84

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

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

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

7+
0.1.3
8+
-----
9+
10+
- [cli] Fix Python 3 CLI issue. `Issue #48`_.
11+
- [cli] ``$ tmuxp`` without option raises an error. `Issue #48`_.
12+
- [builder] - Add space before send-keys to not populate bash and zsh
13+
history.
14+
715
0.1.2
816
-----
917

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
with_statement, unicode_literals
1313

1414
__title__ = 'tmuxp'
15-
__version__ = '0.1.2'
15+
__version__ = '0.1.3'
1616
__author__ = 'Tony Narlock'
1717
__license__ = 'BSD'
1818
__copyright__ = 'Copyright 2013 Tony Narlock'

0 commit comments

Comments
 (0)