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 e1b3947 commit 54b3a74Copy full SHA for 54b3a74
CHANGES
@@ -4,10 +4,11 @@ Changelog
4
5
Here you can find the recent changes to tmuxp
6
7
+- :release:`1.2.0 <2016-06-16>`
8
- :feature:`65` Ability to specify ``options`` and ``global_options`` via
9
configuration. Also you can specify environment variables via that.
10
- Include tests.
11
+ Include tests and add example.
12
13
- :release:`1.1.1 <2016-06-02>`
14
- :bug:`167 backported` fix attaching multiple sessions
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '1.1.1'
+__version__ = '1.2.0'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments