Bump to version 0.5.1

This commit is contained in:
Carl George 2021-03-25 10:54:07 -05:00
parent 8f9bd312e1
commit df80835229
2 changed files with 6 additions and 3 deletions

View file

@ -9,8 +9,8 @@
%endif
Name: centpkg
Version: %{!?devrel:0.5.0}%{?devrel:0.5.1}
Release: %{?devrel:0.%{devrel}%{?devsnap:.%{devsnap}}.}1%{?dist}
Version: 0.5.1
Release: 1%{?dist}
Summary: CentOS utility for working with dist-git
License: GPLv2+
URL: https://git.centos.org/centos/centpkg
@ -68,6 +68,9 @@ install -D -p -m 0644 src/centpkg-sig.conf %{buildroot}%{_sysconfdir}/rpkg/centp
%changelog
* Thu Mar 25 2021 Carl George <carl@george.computer> - 0.5.1-1
- Latest version
* Thu Feb 25 2021 mkonecny@redhat.com 0.5.0-1
- Add centpkg-sig command

View file

@ -32,7 +32,7 @@ def get_requirements(requirements_file="requirements.txt"):
setup(
name="centpkg",
version='0.5.0',
version='0.5.1',
author="Brian Stinson",
author_email="bstinson@redhat.com",
description="CentOS Plugin to rpkg for managing RPM package sources",