Skip to content

Commit

Permalink
Merge pull request #86 from hlin/master
Browse files Browse the repository at this point in the history
Release product-listings-manager 1.1.1-1
  • Loading branch information
hlin authored Aug 2, 2019
2 parents 143abf3 + 804649c commit 475352f
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1.0-1 ./
1.1.1-1 ./
10 changes: 9 additions & 1 deletion product-listings-manager.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -51,6 +51,14 @@ cp -p %{modname}/config.py %{buildroot}%{_sysconfdir}/%{name}
%{python3_sitelib}/%{modname}-*.egg-info/

%changelog
* Fri Aug 02 2019 Haibo Lin <hlin@redhat.com> 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 <hlin@redhat.com> 1.1.0-1
- Query module overrides directly (hlin@redhat.com)
- Use fedora 29 instead of rawhide for py37 tests (hlin@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__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 475352f

Please sign in to comment.