diff options
-rw-r--r-- | NEWS.txt | 9 | ||||
-rw-r--r-- | src/gtimelog/__init__.py | 2 |
2 files changed, 5 insertions, 6 deletions
@@ -1,8 +1,4 @@ -Changes not yet released -======================== - - -Changes in version 0.3.3 (not released yet) +Changes in version 0.4.0 (released 2010-09-03) ============================================== * Added configuration variable 'chronological' to control initial view of @@ -13,6 +9,9 @@ Changes in version 0.3.3 (not released yet) ~/.gtimelog as the configuration directory. Contributed by Barry Warsaw <barry@python.org> (LP: #628873) +* Changed application name to 'GTimeLog Time Tracker' in the desktop file + (Debian #595280) + Changes in version 0.3.2 (released 2010-07-22) ============================================== diff --git a/src/gtimelog/__init__.py b/src/gtimelog/__init__.py index 5ce8af8..977fb17 100644 --- a/src/gtimelog/__init__.py +++ b/src/gtimelog/__init__.py @@ -1,3 +1,3 @@ # the gtimelog package -__version__ = '0.3.3dev' +__version__ = '0.4.0' |