Skip to content

Commit

Permalink
Bump version to 0.58.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 Jul 15, 2016
1 parent 7cd538b commit ca93921
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
version, alpha = '0.57.1', True
version, alpha = '0.58.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
7 changes: 4 additions & 3 deletions misc/clufter.spec
@@ -1,5 +1,5 @@
# distill-spec-prefix: clufter
%{!?clufter_version: %global clufter_version %{?!infer:0.57.1}%{?infer:%(
%{!?clufter_version: %global clufter_version %{?!infer:0.58.0}%{?infer:%(
python2 ../setup.py --version)}}
%{!?clufter_name: %global clufter_name %{?!infer:clufter}%{?infer:%(
python2 ../setup.py --name)}}
Expand Down Expand Up @@ -482,8 +482,9 @@ 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 2016-07-07 0.57.1-0.1.a %{cl_jp}
TBD}
%{cl_entry 2016-07-15 0.58.0-1 %{cl_jp}
fix Python interpreter propagated as enquoted string with old setuptools
bump upstream package}

%{cl_entry 2016-07-01 0.57.0-1 %{cl_jp}
bump upstream package}
Expand Down
2 changes: 1 addition & 1 deletion tests/ccs2coroxml.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
# Copyright 2015 Red Hat, Inc.
# Copyright 2016 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Testing ccs2coroxml filter(s)"""
Expand Down

0 comments on commit ca93921

Please sign in to comment.