From 734896691a13323bb1d3ae5b61a036f1cb7cafc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Fri, 10 Nov 2017 18:54:51 +0100 Subject: [PATCH] Bump version to 0.77.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- __init__.py | 2 +- misc/clufter.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index a84f8ef..fbad591 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -version, alpha = '0.76.1', True +version, alpha = '0.77.0', False # https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst _git_hash = "$Format:%h$".strip('$').replace("Format:%h", "") diff --git a/misc/clufter.spec b/misc/clufter.spec index d69d1ba..9c15e94 100644 --- a/misc/clufter.spec +++ b/misc/clufter.spec @@ -5,7 +5,7 @@ # clufter -> clufter-cli # clufter-lib -> python.+-clufter (any if multiple) # python-clufter -> python2-clufter (subject of change) -%{!?clufter_version: %global clufter_version %{!?infer:0.76.1}%{?infer:%( +%{!?clufter_version: %global clufter_version %{!?infer:0.77.0}%{?infer:%( python ../setup.py --version)}} %{!?clufter_name: %global clufter_name %{!?infer:clufter}%{?infer:%( python ../setup.py --name)}} @@ -669,8 +669,8 @@ EOF) %global cl_jp_r Jan Pokorný %global cl_jp %(echo -n '%{cl_jp_r}' | sed 's| @at@ |@|;s| \.dot\. |.|g') %changelog -%{cl_entry 2017-06-20 0.76.1-0.1.a %{cl_jp} - TBD} +%{cl_entry 2017-11-10 0.77.0-1 %{cl_jp} + bump upstream package} %{cl_entry 2017-06-06 0.76.0-1 %{cl_jp} factor "borrow validation schemas from pacemaker" out to a separate script