Update to 0.9.0b1. Fixes bug #1325661

This commit is contained in:
Kevin Fenzi 2016-04-10 11:48:19 -06:00
commit 66dcbf8c0a
3 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,7 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: python-waitress
Version: 0.9.0b0
Version: 0.9.0b1
Release: 1%{?dist}
Summary: Waitress WSGI server
@ -117,6 +117,9 @@ popd
%changelog
* Sun Apr 10 2016 Kevin Fenzi <kevin@scrye.com> - 0.9.0b1-1
- Update to 0.9.0b1. Fixes bug #1325661
* Mon Mar 21 2016 Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> - 0.9.0b0-1
- New (beta) version