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 52f5ff3 commit 4802d5cCopy full SHA for 4802d5c
CHANGES
@@ -4,10 +4,15 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
7
-next
8
-----
+0.1.2
+-----
9
10
- [tests] now using werkzeug / flask style testsuites.
11
+- [cli] Merge `Issue #43`_ - ``tmuxp -d`` for loading in detached mode.
12
+ Thanks `roxit`_.
13
+
14
+.. _Issue #43: https://github.com/tony/tmuxp/issues/43
15
+.. _roxit: https://github.com/roxit
16
17
0.1.1
18
tmuxp/__init__.py
@@ -12,7 +12,7 @@
with_statement, unicode_literals
__title__ = 'tmuxp'
-__version__ = '0.1.1'
+__version__ = '0.1.2'
__author__ = 'Tony Narlock'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013 Tony Narlock'
0 commit comments