summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-09-02 23:47:21 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-09-02 23:54:47 +0200
commit86ae13772f6d40000e2fd6455582ca48d014d82a (patch)
tree37b8ca2a10ecd46b99b5696f6a53b020fc30e781 /__init__.py
parent89383c8d14c61ca23453f9f0df2e381d35046fc3 (diff)
downloadclufter-86ae13772f6d40000e2fd6455582ca48d014d82a.tar.gz
clufter-86ae13772f6d40000e2fd6455582ca48d014d82a.tar.xz
clufter-86ae13772f6d40000e2fd6455582ca48d014d82a.zip
Bump version to 0.50.3v0.50.3
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 0e4d27d..f72b444 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.50.3', True
+version, alpha = '0.50.3', False
# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")