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 1c63248 commit 5eb1bd0Copy full SHA for 5eb1bd0
CHANGES
@@ -4,8 +4,8 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
7
-CURRENT
8
--------
+0.9.0
+-----
9
10
- [internal]: Renamed ``config.expandpath`` to ``config.expandshell``.
11
- [internal] [tests]: compat 2.7/3.3 wrapper for ``EnvironmentVarGuard`` for
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '0.8.1'
+__version__ = '0.9.0'
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments