Skip to content

Commit ca19139

Browse files
committed
Bump libtmux to 0.5
1 parent 0915680 commit ca19139

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44

55
Here you can find the recent changes to libtmux
66

7+
- :release:`0.5 <2016-06-15>`
78
- :feature:`8` new exception ``UnknownOption``
89
- :feature:`8` return ``None`` for options that are valid tmux options,
910
but unset at that scope.

libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'libtmux'
22
__package_name__ = 'libtmux'
3-
__version__ = '0.4.1'
3+
__version__ = '0.5.0'
44
__description__ = 'scripting library / orm for tmux'
55
__email__ = 'tony@git-pull.com'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)