Skip to content

Commit

Permalink
Update version etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkirkwood committed Feb 24, 2014
1 parent dc285ce commit 51f0fee
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions ACKNOWLEDGMENTS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Stefantalpalaru for patch for python 2.6.6
G. Doug Baldwin for simultaneous button clicks path
Nenad S. Lazich for the clear themes
Kārlis Kalviškis for big-letters and hicolor icons.
m.zdila for fixing a sticky mouse indicator.
4 changes: 4 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

Feb 23, 2014 v 1.18
-------------------
* Issue 133, Patch from m.zdila to fix sticky mouse indicator.

Jan 07, 2014 v 1.17
--------------------
* Added hi-color icons (thanks [email protected]).
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
key-mon (1.18-1) unstable; urgency=low

* Issue 133, Patch from m.zdila to fix sticky mouse indicator.

-- Scott Kirkwood <[email protected]> Sun, 23 Feb 2014 20:31:30 +0500

key-mon (1.17-1) unstable; urgency=low

* Added hi-color icons (thanks [email protected]).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
NAME = 'key-mon'
DIR = 'src/keymon'
gettext.install(NAME, DIR + '/locale')
VER = '1.17'
VER = '1.18'
PY_NAME = 'key_mon'
DEB_NAME = NAME.replace('-', '')
RELEASE_FILE = 'RELEASE.rst'
Expand Down
2 changes: 1 addition & 1 deletion src/keymon/key_mon.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__author__ = 'Scott Kirkwood ([email protected])'
__version__ = '1.17'
__version__ = '1.18'

import locale
import logging
Expand Down

0 comments on commit 51f0fee

Please sign in to comment.