diff options
author | mg <> | 2008-06-10 17:34:03 +0000 |
---|---|---|
committer | mg <> | 2008-06-10 17:34:03 +0000 |
commit | 10b085c83ba4364166070cd29807b87b76f0e21d (patch) | |
tree | b6867a8263473e2027d412602a4c9e781e8d4de9 | |
parent | 207bf8c1858a353739bd71abf93284cfc6a8a3df (diff) |
Release.0.2.3
-rw-r--r-- | NEWS.txt | 9 | ||||
-rwxr-xr-x | setup.py | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +Changes in version 0.2.3 +======================== + +* Fix duplicates in the completion popup after you reload the log file + (https://bugs.launchpad.net/gtimelog/+bug/238505). +* Change status to Beta in setup.py -- while I still consider it to be + less polished than it should, there are people who find it useful already. + + Changes in version 0.2.2 ======================== @@ -12,7 +12,7 @@ long_description = short_description + '.' # for now setup( name='gtimelog', - version='0.2.2', + version='0.2.3', author='Marius Gedminas', author_email='marius@gedmin.as', url='http://mg.pov.lt/gtimelog/', @@ -20,7 +20,7 @@ setup( long_description=long_description + '\n\n' + changes_in_latest_versions, license='GPL', classifiers = [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: X11 Applications :: GTK', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Topic :: Office/Business', |