summaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-12-10 10:59:16 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-12-10 17:05:49 +0100
commit2d1468ec3008ceccca41b797b3c1fb2ff8cc50f3 (patch)
treea8e75db60ab23b892c04fe466119f41126f7f817 /__init__.py
parent857b55d090f5f961db0cdcc7667252e830c5b9f4 (diff)
downloadclufter-2d1468ec3008ceccca41b797b3c1fb2ff8cc50f3.tar.gz
clufter-2d1468ec3008ceccca41b797b3c1fb2ff8cc50f3.tar.xz
clufter-2d1468ec3008ceccca41b797b3c1fb2ff8cc50f3.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 1546200..a49c1c7 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.2.3', False
+version, alpha = '0.2.4', True
# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")