diff options
author | Marius Gedminas <marius@gedmin.as> | 2009-12-16 23:49:35 +0200 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2009-12-16 23:49:35 +0200 |
commit | 4bdd51b8c0222360dcfbc6e0996753501c1733fa (patch) | |
tree | 1374b1724a801c682b675d13145350cb0bfbf8c9 | |
parent | 097d9b48f37dee61d8ad40ef719ea4743fcc89da (diff) |
Release version 0.2.5.0.2.5
-rw-r--r-- | NEWS.txt | 8 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -4,6 +4,14 @@ Changes not yet released * none yet +Changes in version 0.2.5 +======================== + +* Don't open a console window on Windows. + +* Moved the primary GTimeLog source repository to Bazaar hosted on Launchpad. + + Changes in version 0.2.4 ======================== @@ -12,7 +12,7 @@ long_description = short_description + '.' # for now setup( name='gtimelog', - version='0.2.5dev', + version='0.2.5', author='Marius Gedminas', author_email='marius@gedmin.as', url='http://mg.pov.lt/gtimelog/', |