Skip to content

Commit d728515

Browse files
authored
Merge pull request #54 from hlin/master
Automatic commit of package [product-listings-manager] release [0.3.1…
2 parents eb05732 + 1b3963d commit d728515

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-1 ./
1+
0.3.1-1 ./

product-listings-manager.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%global modname product_listings_manager
88

99
Name: product-listings-manager
10-
Version: 0.3.0
10+
Version: 0.3.1
1111
Release: 1%{?dist}
1212
Summary: HTTP interface to composedb
1313

@@ -93,6 +93,9 @@ py.test-2.7 -v %{modname}/tests
9393
%endif
9494

9595
%changelog
96+
* Fri Feb 22 2019 Haibo Lin <hlin@redhat.com> 0.3.1-1
97+
- Response 404 for module product listings not found error (hlin@redhat.com)
98+
9699
* Wed Feb 13 2019 Haibo Lin <hlin@redhat.com> 0.3.0-1
97100
- openshift: Change health check path (hlin@redhat.com)
98101
- Fix product listings not found error (hluk@email.cz)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)