diff options
-rw-r--r-- | NEWS.rst | 2 | ||||
-rw-r--r-- | src/gtimelog/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Changelog --------- -0.10.3 (unreleased) +0.10.3 (2016-10-07) ~~~~~~~~~~~~~~~~~~~ - Make it work (again) when the AppIndicator bindings are not available. diff --git a/src/gtimelog/__init__.py b/src/gtimelog/__init__.py index 910d854..35858df 100644 --- a/src/gtimelog/__init__.py +++ b/src/gtimelog/__init__.py @@ -1,3 +1,3 @@ # The gtimelog package. -__version__ = '0.10.3.dev0' +__version__ = '0.10.3' |