summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-08-12 08:29:13 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-09-02 23:53:47 +0200
commit8560cc2a1efbc638f11034e9c4f23ad2e4ee891c (patch)
treef23fc590d9bff763cb2c658f95562a8008a36ade /__init__.py
parent70dac064a5fb1b026e9170cccddb9ea75cf507d3 (diff)
downloadclufter-8560cc2a1efbc638f11034e9c4f23ad2e4ee891c.tar.gz
clufter-8560cc2a1efbc638f11034e9c4f23ad2e4ee891c.tar.xz
clufter-8560cc2a1efbc638f11034e9c4f23ad2e4ee891c.zip
Set pre-release version
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 3db759b..0e4d27d 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.50.2', False
+version, alpha = '0.50.3', True
# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")