diff --git a/centpkg.spec b/centpkg.spec index be1d243..ad7882e 100644 --- a/centpkg.spec +++ b/centpkg.spec @@ -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 - 0.5.1-1 +- Latest version + * Thu Feb 25 2021 mkonecny@redhat.com 0.5.0-1 - Add centpkg-sig command diff --git a/setup.py b/setup.py index 124edcc..7f7fbec 100644 --- a/setup.py +++ b/setup.py @@ -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",