diff --git a/.tito/packages/product-listings-manager b/.tito/packages/product-listings-manager index eff0994..11c4a8a 100644 --- a/.tito/packages/product-listings-manager +++ b/.tito/packages/product-listings-manager @@ -1 +1 @@ -1.0.0-1 ./ +1.1.0-1 ./ diff --git a/product-listings-manager.spec b/product-listings-manager.spec index 1646d96..d61c24a 100644 --- a/product-listings-manager.spec +++ b/product-listings-manager.spec @@ -7,7 +7,7 @@ %global modname product_listings_manager Name: product-listings-manager -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: HTTP interface to composedb @@ -97,6 +97,12 @@ py.test-2.7 -v %{modname}/tests %endif %changelog +* Mon Jul 01 2019 Haibo Lin 1.1.0-1 +- Query module overrides directly (hlin@redhat.com) +- Use fedora 29 instead of rawhide for py37 tests (hlin@redhat.com) +- Refactor get module product listings (hlin@redhat.com) +- Install new version of gunicorn in Docker container (hlin@redhat.com) + * Wed May 22 2019 Haibo Lin 1.0.0-1 - Check koji status in health API (hlin@redhat.com) - Add missing packages to Dockerfile (hlin@redhat.com) diff --git a/product_listings_manager/__init__.py b/product_listings_manager/__init__.py index 1f356cc..1a72d32 100644 --- a/product_listings_manager/__init__.py +++ b/product_listings_manager/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.1.0'