diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2016-02-01 23:33:21 +0100 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2016-02-01 23:55:15 +0100 |
commit | d5c743860ff8ea7f32c2b0bf114e2370fe2bddc1 (patch) | |
tree | fa73320bf2fe4842840e1f3dd26eb344ce5a72c2 /__init__.py | |
parent | 6448d8413ef27d0303231eb640bb9cacb3903fdd (diff) | |
download | clufter-master.tar.gz clufter-master.tar.xz clufter-master.zip |
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 b159564..0abdf75 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -version, alpha = '0.55.1', True +version, alpha = '0.56.0', False # https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst _git_hash = "$Format:%h$".strip('$').replace("Format:%h", "") |