From 094cfe1d4b08e9b6f34daa42ecb23689429cec23 Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Wed, 13 Feb 2019 09:13:00 +0800 Subject: [PATCH] Automatic commit of package [product-listings-manager] release [0.3.0-1]. Created by command: /usr/bin/tito tag --use-version=0.3.0 --- .tito/packages/product-listings-manager | 2 +- product-listings-manager.spec | 12 +++++++++++- product_listings_manager/__init__.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.tito/packages/product-listings-manager b/.tito/packages/product-listings-manager index 99d1910..a6698b7 100644 --- a/.tito/packages/product-listings-manager +++ b/.tito/packages/product-listings-manager @@ -1 +1 @@ -0.2.0-1 ./ +0.3.0-1 ./ diff --git a/product-listings-manager.spec b/product-listings-manager.spec index 25ada20..00b1954 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: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: HTTP interface to composedb @@ -93,6 +93,16 @@ py.test-2.7 -v %{modname}/tests %endif %changelog +* Wed Feb 13 2019 Haibo Lin 0.3.0-1 +- openshift: Change health check path (hlin@redhat.com) +- Fix product listings not found error (hluk@email.cz) +- Follow flake8 convention (hlin@redhat.com) +- Add module product listings REST API (hlin@redhat.com) +- Fix HTTP 404 response code (hluk@email.cz) +- Log remote IP, traceback and arguments of remote call on error + (hluk@email.cz) +- add database documentation (kdreyer@redhat.com) + * Tue Jul 03 2018 Lukas Holecek 0.2.0-1 - Use sanitized SQL queries (lholecek@redhat.com) - drop optional FLASK_CONFIG during tests and packaging (kdreyer@redhat.com) diff --git a/product_listings_manager/__init__.py b/product_listings_manager/__init__.py index 7fd229a..0404d81 100644 --- a/product_listings_manager/__init__.py +++ b/product_listings_manager/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'