diff options
author | Marius Gedminas <marius@gedmin.as> | 2010-09-03 00:14:51 +0300 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2010-09-03 00:14:51 +0300 |
commit | 3b02fad7e7787d29ed59cc176cb014e6496e5ac8 (patch) | |
tree | 91d575771d9ea2a2eeb65a302d8111ac96326932 | |
parent | d2a461a9b8d29545db3dc6a4a49f7b190cff002e (diff) |
Release 0.4.0.0.4.0
-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' |