Skip to content

Commit 804649c

Browse files
committed
Release product-listings-manager 1.1.1-1
Created by command: /usr/bin/tito tag --use-version 1.1.1
1 parent 143abf3 commit 804649c

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-1 ./
1+
1.1.1-1 ./

product-listings-manager.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global modname product_listings_manager
22

33
Name: product-listings-manager
4-
Version: 1.1.0
4+
Version: 1.1.1
55
Release: 1%{?dist}
66
Summary: HTTP interface to composedb
77

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

5353
%changelog
54+
* Fri Aug 02 2019 Haibo Lin <hlin@redhat.com> 1.1.1-1
55+
- Fix syntax issue for python3 (hlin@redhat.com)
56+
- Test with python3.6 only (hlin@redhat.com)
57+
- Drop python2 rpm build (hlin@redhat.com)
58+
- Add more tests (hlin@redhat.com)
59+
- Relocate tests dir (hlin@redhat.com)
60+
- Move images to misc dir (hlin@redhat.com)
61+
5462
* Mon Jul 01 2019 Haibo Lin <hlin@redhat.com> 1.1.0-1
5563
- Query module overrides directly (hlin@redhat.com)
5664
- Use fedora 29 instead of rawhide for py37 tests (hlin@redhat.com)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)