Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 29, 2016
1 parent e84b1d9 commit 762fc54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Expand Up @@ -4,8 +4,8 @@ Changelog

Here you can find the recent changes to tmuxp

CURRENT
-------
0.11.0
------

- [cli] [internal] Support for environment settings in configs,
thanks `@tasdomas`_ (`#137`_)
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/__about__.py
@@ -1,6 +1,6 @@
__title__ = 'tmuxp'
__package_name__ = 'tmuxp'
__version__ = '0.10.0'
__version__ = '0.11.0'
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
Expand Down

0 comments on commit 762fc54

Please sign in to comment.