Skip to content

Commit

Permalink
Merge pull request #52 from hlin/release
Browse files Browse the repository at this point in the history
Automatic commit of package [product-listings-manager] release [0.3.0…
  • Loading branch information
hlin authored Feb 14, 2019
2 parents 0ee958a + 094cfe1 commit 380466e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/product-listings-manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-1 ./
0.3.0-1 ./
12 changes: 11 additions & 1 deletion product-listings-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -93,6 +93,16 @@ py.test-2.7 -v %{modname}/tests
%endif

%changelog
* Wed Feb 13 2019 Haibo Lin <hlin@redhat.com> 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 <lholecek@redhat.com> 0.2.0-1
- Use sanitized SQL queries (lholecek@redhat.com)
- drop optional FLASK_CONFIG during tests and packaging (kdreyer@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion product_listings_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 380466e

Please sign in to comment.