Update to 1.0.1. Fixes bug #1387885

This commit is contained in:
Kevin Fenzi 2016-10-25 12:24:20 -06:00
commit eaf0f012b8
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@
%global _docdir_fmt %{name}
Name: python-%{srcname}
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Waitress WSGI server
@ -76,6 +76,9 @@ Python 3 version.
%{python3_sitelib}/%{srcname}-*.egg-info/
%changelog
* Tue Oct 25 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.1-1
- Update to 1.0.1. Fixes bug #1387885
* Sat Sep 03 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.0-1
- Update to 1.0.0. Fixes bug #1372330