We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3e1b3 commit d7f9f96Copy full SHA for d7f9f96
CHANGES
@@ -4,6 +4,12 @@ Changelog
4
5
Here you can find the recent changes to libtmux
6
7
+- :release:`0.6.5 <2017-04-22>`
8
+- :support:`-` Fix ``which`` command
9
+- :support:`-` Add ``TmuxCommandNotFound`` exception
10
+- :support:`-` Add ``tmux_search_paths`` and ``append_env_path`` kwargs to
11
+ ``tmux_cmd``.
12
+
13
- :release:`0.6.4 <2017-03-25>`
14
- :support:`32` support for OpenBSD's tmux
15
libtmux/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'libtmux'
2
__package_name__ = 'libtmux'
3
-__version__ = '0.6.4'
+__version__ = '0.6.5'
__description__ = 'scripting library / orm for tmux'
__email__ = '[email protected]'
__author__ = 'Tony Narlock'
0 commit comments