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 0915680 commit ca19139Copy full SHA for ca19139
CHANGES
@@ -4,6 +4,7 @@ Changelog
4
5
Here you can find the recent changes to libtmux
6
7
+- :release:`0.5 <2016-06-15>`
8
- :feature:`8` new exception ``UnknownOption``
9
- :feature:`8` return ``None`` for options that are valid tmux options,
10
but unset at that scope.
libtmux/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'libtmux'
2
__package_name__ = 'libtmux'
3
-__version__ = '0.4.1'
+__version__ = '0.5.0'
__description__ = 'scripting library / orm for tmux'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments