Update to 4.0.10. Fixes bug #1343523
This commit is contained in:
parent
c7fd64dce5
commit
69e5824276
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user