summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-12-10 17:59:32 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-12-10 18:01:06 +0100
commited9ce93a677b15c501efaeff5b7f730d2c8ed518 (patch)
tree85ce64e8d9796650f28c84e45291ef95f89ebac0
parent0b6423e03dab5038374f6e5c11456cc4d0cf578f (diff)
downloadclufter-0.2.5.tar.gz
clufter-0.2.5.tar.xz
clufter-0.2.5.zip
Bump version to 0.2.5v0.2.5
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 87a50b7..8890acf 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.2.5', True
+version, alpha = '0.2.5', False
# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")