summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-12-10 18:14:53 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-12-10 18:44:40 +0100
commit5ea5430fc4f7feac12b779e499a56ffafcf08620 (patch)
tree818c177e74204ccf8508cc6530d6645d464053e0
parent1ff9385cfbc6c5182b5de2563b6625b4f3d99c0f (diff)
downloadclufter-0.2.6.tar.gz
clufter-0.2.6.tar.xz
clufter-0.2.6.zip
Bump version to 0.2.6v0.2.6
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 f0ced02..42e548e 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.2.6', True
+version, alpha = '0.2.6', False
# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")