diff --git a/centpkg.spec b/centpkg.spec index 80bc5f5..9f09c1d 100644 --- a/centpkg.spec +++ b/centpkg.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: centpkg -Version: 0.4.4 +Version: 0.4.6 Release: 1%{?dist} Summary: CentOS utility for working with dist-git @@ -53,6 +53,10 @@ rm -rf %{buildroot} %changelog +* Mon Nov 28 2016 brian@bstinson.com 0.4.6-1 +- Tracking updates to rpkg (thanks pavlix) +- Fix the URL building code in the sources method + * Sat Jan 31 2015 Brian Stinson bstinson@ksu.edu - 0.4.4-1 - New version correcting the anonymous pull URLs diff --git a/src/centpkg/version.py b/src/centpkg/version.py index 68eb9b6..ab45471 100644 --- a/src/centpkg/version.py +++ b/src/centpkg/version.py @@ -1 +1 @@ -__version__ = '0.4.5' +__version__ = '0.4.6'