Skip to content

Commit 5eb1bd0

Browse files
committed
v0.9.0
1 parent 1c63248 commit 5eb1bd0

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.9.0
8+
-----
99

1010
- [internal]: Renamed ``config.expandpath`` to ``config.expandshell``.
1111
- [internal] [tests]: compat 2.7/3.3 wrapper for ``EnvironmentVarGuard`` for

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.8.1'
3+
__version__ = '0.9.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)