diff options
-rw-r--r-- | NEWS.txt | 2 | ||||
-rw-r--r-- | src/gtimelog/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -0.8.0 (unreleased) +0.8.0 (2012-08-24) ================== * History browsing (LP: #220778). * New setting to hide the tasks pane on startup (LP: #767096). diff --git a/src/gtimelog/__init__.py b/src/gtimelog/__init__.py index 9f28d28..c4c6b62 100644 --- a/src/gtimelog/__init__.py +++ b/src/gtimelog/__init__.py @@ -1,3 +1,3 @@ # The gtimelog package. -__version__ = '0.8.0dev' +__version__ = '0.8.0' |