diff --git a/.tito/packages/product-listings-manager b/.tito/packages/product-listings-manager index 11c4a8a..2cd79c0 100644 --- a/.tito/packages/product-listings-manager +++ b/.tito/packages/product-listings-manager @@ -1 +1 @@ -1.1.0-1 ./ +1.1.1-1 ./ diff --git a/product-listings-manager.spec b/product-listings-manager.spec index e5cb3a2..97879f6 100644 --- a/product-listings-manager.spec +++ b/product-listings-manager.spec @@ -1,7 +1,7 @@ %global modname product_listings_manager Name: product-listings-manager -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: HTTP interface to composedb @@ -51,6 +51,14 @@ cp -p %{modname}/config.py %{buildroot}%{_sysconfdir}/%{name} %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Fri Aug 02 2019 Haibo Lin 1.1.1-1 +- Fix syntax issue for python3 (hlin@redhat.com) +- Test with python3.6 only (hlin@redhat.com) +- Drop python2 rpm build (hlin@redhat.com) +- Add more tests (hlin@redhat.com) +- Relocate tests dir (hlin@redhat.com) +- Move images to misc dir (hlin@redhat.com) + * 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) diff --git a/product_listings_manager/__init__.py b/product_listings_manager/__init__.py index 1a72d32..b3ddbc4 100644 --- a/product_listings_manager/__init__.py +++ b/product_listings_manager/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.1.1'