Skip to content

Commit

Permalink
Prepare to tag v0.1.2, Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 9, 2014
1 parent 52f5ff3 commit 4802d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ Changelog

Here you can find the recent changes to tmuxp.

next
----
0.1.2
-----

- [tests] now using werkzeug / flask style testsuites.
- [cli] Merge `Issue #43`_ - ``tmuxp -d`` for loading in detached mode.
Thanks `roxit`_.

.. _Issue #43: https://github.com/tony/tmuxp/issues/43
.. _roxit: https://github.com/roxit

0.1.1
-----
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4802d5c

Please sign in to comment.