-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from hlin/master
Release product-listings-manager 1.1.0-1
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-1 ./ | ||
1.1.0-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.0.0' | ||
__version__ = '1.1.0' |