diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-12-10 10:59:16 +0100 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-12-10 17:05:49 +0100 |
commit | 2d1468ec3008ceccca41b797b3c1fb2ff8cc50f3 (patch) | |
tree | a8e75db60ab23b892c04fe466119f41126f7f817 /__init__.py | |
parent | 857b55d090f5f961db0cdcc7667252e830c5b9f4 (diff) | |
download | clufter-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__.py | 2 |
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", "") |