diff --git a/.gitignore b/.gitignore index ae1c502..ce4afb3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /isodate-0.4.6.tar.gz /isodate-0.4.7.tar.gz /isodate-0.5.0.tar.gz +/isodate-0.5.4.tar.gz diff --git a/python-isodate.spec b/python-isodate.spec index 025ac95..7bbce9e 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -6,8 +6,8 @@ %global with_python3 1 Name: python-%{modulename} -Version: 0.5.0 -Release: 5%{?dist} +Version: 0.5.4 +Release: 1%{?dist} Summary: An ISO 8601 date/time/duration parser and formatter Group: Development/Languages License: BSD @@ -129,6 +129,9 @@ popd %endif %changelog +* Thu Nov 19 2015 John Matthews - 0.5.4-1 +- Update to 0.5.4 + * Tue Nov 03 2015 Robert Kuska - 0.5.0-5 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index 9849da4..92648f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a267e9327feb3d021cae26002ba6e0e isodate-0.5.0.tar.gz +9da3ea2af54a6261d854e73d2266030e isodate-0.5.4.tar.gz