Skip to content

Commit

Permalink
Bump version to 0.77.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
  • Loading branch information
jnpkrn committed Mar 14, 2018
1 parent f880b30 commit a44567e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
version, alpha = '0.77.1', True
version, alpha = '0.77.1', False

# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")
Expand All @@ -17,7 +17,7 @@

license = 'GPLv2+'
copyright = """\
Copyright (C) 2017 Red Hat, Inc.
Copyright (C) 2018 Red Hat, Inc.
Licensed under {0}.
""".format(license).rstrip()

Expand Down
4 changes: 2 additions & 2 deletions misc/clufter.spec
Expand Up @@ -670,8 +670,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-11-11 0.77.1-0.1.a %{cl_jp}
TBD}
%{cl_entry 2018-03-14 0.77.1-1 %{cl_jp}
bump upstream package}

%{cl_entry 2017-11-10 0.77.0-1 %{cl_jp}
bump upstream package}
Expand Down

0 comments on commit a44567e

Please sign in to comment.