Skip to content

Commit

Permalink
Merge pull request #82 from hlin/master
Browse files Browse the repository at this point in the history
Release product-listings-manager 1.1.0-1
  • Loading branch information
hlin authored Jul 2, 2019
2 parents 8f842b2 + 464dd83 commit 82f81bc
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
1.0.0-1 ./
1.1.0-1 ./
8 changes: 7 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: 1.0.0
Version: 1.1.0
Release: 1%{?dist}
Summary: HTTP interface to composedb

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

%changelog
* Mon Jul 01 2019 Haibo Lin <[email protected]> 1.1.0-1
- Query module overrides directly ([email protected])
- Use fedora 29 instead of rawhide for py37 tests ([email protected])
- Refactor get module product listings ([email protected])
- Install new version of gunicorn in Docker container ([email protected])

* Wed May 22 2019 Haibo Lin <[email protected]> 1.0.0-1
- Check koji status in health API ([email protected])
- Add missing packages to Dockerfile ([email protected])
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__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 82f81bc

Please sign in to comment.