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 1c4c684 commit 4fd5ce9Copy full SHA for 4fd5ce9
CHANGES
@@ -4,6 +4,15 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
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
16
0.1.3
17
-----
18
tmuxp/__init__.py
@@ -12,7 +12,7 @@
with_statement, unicode_literals
__title__ = 'tmuxp'
-__version__ = '0.1.3'
+__version__ = '0.1.4'
__author__ = 'Tony Narlock'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013 Tony Narlock'
0 commit comments