diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-12-09 22:54:05 +0100 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-12-09 23:08:29 +0100 |
commit | 857b55d090f5f961db0cdcc7667252e830c5b9f4 (patch) | |
tree | 0cfc3dc88e628facec88bafd67f78554cdb55484 | |
parent | f8fb595440cb50efc3e712010fcc7753ded04635 (diff) | |
download | clufter-0.2.3.tar.gz clufter-0.2.3.tar.xz clufter-0.2.3.zip |
Bump version to 0.2.3v0.2.3
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index b63f211..1546200 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -version, alpha = '0.2.3', True +version, alpha = '0.2.3', False # https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst _git_hash = "$Format:%h$".strip('$').replace("Format:%h", "") |