Skip to content

Commit

Permalink
Bump version to 0.77.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
  • Loading branch information
jnpkrn committed Nov 10, 2017
1 parent dabadf6 commit 7348966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __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", "")
Expand Down
6 changes: 3 additions & 3 deletions misc/clufter.spec
Expand Up @@ -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)}}
Expand Down Expand Up @@ -669,8 +669,8 @@ EOF)
%global cl_jp_r Jan Pokorný <jpokorny+rpm-clufter @at@ fedoraproject .dot. org>
%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
Expand Down

0 comments on commit 7348966

Please sign in to comment.