Skip to content

Commit 762fc54

Browse files
committed
Release 0.11.0
1 parent e84b1d9 commit 762fc54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

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

55
Here you can find the recent changes to tmuxp
66

7-
CURRENT
8-
-------
7+
0.11.0
8+
------
99

1010
- [cli] [internal] Support for environment settings in configs,
1111
thanks `@tasdomas`_ (`#137`_)

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'tmuxp'
22
__package_name__ = 'tmuxp'
3-
__version__ = '0.10.0'
3+
__version__ = '0.11.0'
44
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
55
__email__ = 'tony@git-pull.com'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)