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 212f2c7 commit b8013ebCopy full SHA for b8013eb
CHANGES
@@ -4,6 +4,9 @@ Changelog
4
5
Here you can find the recent changes to libtmux
6
7
+- :release:`0.5.1 <2016-08-18>`
8
+- :bug:`12` - fix logger message when tmux doesn't exist in ``PATH``
9
+
10
- :release:`0.5 <2016-06-15>`
11
- :feature:`8` new exception ``UnknownOption``
12
- :feature:`8` return ``None`` for options that are valid tmux options,
libtmux/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'libtmux'
2
__package_name__ = 'libtmux'
3
-__version__ = '0.5.0'
+__version__ = '0.5.1'
__description__ = 'scripting library / orm for tmux'
__email__ = '[email protected]'
__author__ = 'Tony Narlock'
0 commit comments