diff --git a/.gitignore b/.gitignore index baeb78c..35d3f20 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /python-rhsm-1.14.2.tar.gz /python-rhsm-1.15.1.tar.gz /python-rhsm-1.16.0.tar.gz +/python-rhsm-1.16.1.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index 99675cc..303114f 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -12,7 +12,7 @@ %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now} Name: python-rhsm -Version: 1.16.0 +Version: 1.16.1 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -74,6 +74,11 @@ rm -rf %{buildroot} %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Thu Aug 13 2015 Alex Wood 1.16.1-1 +- 1247890: KeyErrors are now caught when checking manager capabilities + (csnyder@redhat.com) +- Add user-agent to rhsm requests. (alikins@redhat.com) + * Thu Jul 23 2015 Alex Wood 1.16.0-1 - Bump to version 1.16 (crog@redhat.com) diff --git a/sources b/sources index 46936ba..1b85efa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7e66eb4a0d04f2719d1a93cc5b81e9a python-rhsm-1.16.0.tar.gz +5a8c023cb0890e7d3263fe861b25b43b python-rhsm-1.16.1.tar.gz