From 10b085c83ba4364166070cd29807b87b76f0e21d Mon Sep 17 00:00:00 2001 From: mg <> Date: Tue, 10 Jun 2008 17:34:03 +0000 Subject: Release. --- NEWS.txt | 9 +++++++++ setup.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index fa515b1..c4efa93 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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 ======================== diff --git a/setup.py b/setup.py index 1f72957..ad4a903 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3-18-g5258