Skip to content

Commit d7f9f96

Browse files
committed
tag v0.6.5, update changes
1 parent ce3e1b3 commit d7f9f96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44

55
Here you can find the recent changes to libtmux
66

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+
713
- :release:`0.6.4 <2017-03-25>`
814
- :support:`32` support for OpenBSD's tmux
915

libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'libtmux'
22
__package_name__ = 'libtmux'
3-
__version__ = '0.6.4'
3+
__version__ = '0.6.5'
44
__description__ = 'scripting library / orm for tmux'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)