Skip to content

Commit e6a587a

Browse files
authored
Merge pull request #88 from hlin/master
Release product-listings-manager 1.1.2-1
2 parents 327cd77 + 0e4d73d commit e6a587a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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

product-listings-manager.spec

Lines changed: 5 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.1
4+
Version: 1.1.2
55
Release: 1%{?dist}
66
Summary: HTTP interface to composedb
77

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

5353
%changelog
54+
* Mon Aug 05 2019 Haibo Lin <hlin@redhat.com> 1.1.2-1
55+
- Fix 'dictionary changed size during iteration' issue (hlin@redhat.com)
56+
- Update classifiers in setup.py (hlin@redhat.com)
57+
5458
* Fri Aug 02 2019 Haibo Lin <hlin@redhat.com> 1.1.1-1
5559
- Fix syntax issue for python3 (hlin@redhat.com)
5660
- Test with python3.6 only (hlin@redhat.com)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.1'
1+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)