Skip to content

Commit 666517f

Browse files
committed
v0.8.0
1 parent 30b80c2 commit 666517f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES

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

55
Here you can find the recent changes to tmuxp.
66

7-
CURRENT
8-
-------
7+
0.8.0
8+
-----
99

10+
- [version]: version bump 0.1.13 -> 0.8.0
11+
- [internal]: tmux 2.0 support
1012
- [internal]: Fix documentation for :meth:``Session.switch_client()``.
1113
- [cli]: Add ``--log-level`` argument.
1214
- [internal]: Refactor ``{Server,Session,Window,Pane}.tmux`` into:

tmuxp/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'tmuxp'
22
__package_name__ = 'tmuxp'
3-
__version__ = '0.1.13'
4-
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
3+
__version__ = '0.8.0'
4+
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'
77
__license__ = 'BSD'

0 commit comments

Comments
 (0)