Skip to content

Commit 4fd5ce9

Browse files
committed
v0.1.4. Update changelog.
1 parent 1c4c684 commit 4fd5ce9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

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

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

7+
0.1.4
8+
-----
9+
10+
- [cli] Fix ``$ tmuxp freeze`` CLI output.
11+
- [internals] Update ``_compat`` support module.
12+
- [internals] Fix extra space in `PEP 263`_.
13+
14+
.. _PEP 263: http://www.python.org/dev/peps/pep-0263/
15+
716
0.1.3
817
-----
918

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.3'
15+
__version__ = '0.1.4'
1616
__author__ = 'Tony Narlock'
1717
__license__ = 'BSD'
1818
__copyright__ = 'Copyright 2013 Tony Narlock'

0 commit comments

Comments
 (0)