Update to 4.0.10. Fixes bug #1343523

This commit is contained in:
Kevin Fenzi 2016-06-07 17:22:52 -06:00
parent c7fd64dce5
commit 69e5824276
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ decorator-3.2.0.tar.gz
/decorator-4.0.4.tar.gz
/decorator-4.0.6.tar.gz
/decorator-4.0.9.tar.gz
/decorator-4.0.10.tar.gz

View File

@ -3,7 +3,7 @@
%endif
Name: python-decorator
Version: 4.0.9
Version: 4.0.10
Release: 1%{?dist}
Summary: Module to simplify usage of decorators
@ -96,6 +96,9 @@ nosetests-%{python3_version} --with-doctest
%changelog
* Tue Jun 07 2016 Kevin Fenzi <kevin@scrye.com> - 4.0.10-1
- Update to 4.0.10. Fixes bug #1343523
* Mon Apr 04 2016 Ralph Bean <rbean@redhat.com> - 4.0.9-1
- new version

View File

@ -1 +1 @@
f12c5651ccd707e12a0abaa4f76cd69a decorator-4.0.9.tar.gz
434b57fdc3230c500716c5aff8896100 decorator-4.0.10.tar.gz