diff --git a/.gitignore b/.gitignore index 11b4198..01c16eb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-decorator.spec b/python-decorator.spec index c39d07f..d837dce 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -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 - 4.0.10-1 +- Update to 4.0.10. Fixes bug #1343523 + * Mon Apr 04 2016 Ralph Bean - 4.0.9-1 - new version diff --git a/sources b/sources index ad3555b..9a81ce0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f12c5651ccd707e12a0abaa4f76cd69a decorator-4.0.9.tar.gz +434b57fdc3230c500716c5aff8896100 decorator-4.0.10.tar.gz