Skip to content

Commit 4802d5c

Browse files
committed
Prepare to tag v0.1.2, Update changelog.
1 parent 52f5ff3 commit 4802d5c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES

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

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

7-
next
8-
----
7+
0.1.2
8+
-----
99

1010
- [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
1116

1217
0.1.1
1318
-----

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

0 commit comments

Comments
 (0)