Skip to content

Commit b8013eb

Browse files
committed
Update changelog, bump to v0.5.1
1 parent 212f2c7 commit b8013eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44

55
Here you can find the recent changes to libtmux
66

7+
- :release:`0.5.1 <2016-08-18>`
8+
- :bug:`12` - fix logger message when tmux doesn't exist in ``PATH``
9+
710
- :release:`0.5 <2016-06-15>`
811
- :feature:`8` new exception ``UnknownOption``
912
- :feature:`8` return ``None`` for options that are valid tmux options,

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.5.0'
3+
__version__ = '0.5.1'
44
__description__ = 'scripting library / orm for tmux'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)