From b3d8b90a5ae14bf448681471d63d92a6583d1ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Thu, 27 Mar 2014 14:02:45 +0000
Subject: [PATCH] latest upstream (0.1.10)
---
.gitignore | 1 +
python-iso8601.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9c4bee9..728b961 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
iso8601-0.1.4.tar.gz
/iso8601-0.1.8.tar.gz
+/iso8601-0.1.10.tar.gz
diff --git a/python-iso8601.spec b/python-iso8601.spec
index fb17348..6634344 100644
--- a/python-iso8601.spec
+++ b/python-iso8601.spec
@@ -5,7 +5,7 @@
%global tarball_name iso8601
Name: python-iso8601
-Version: 0.1.8
+Version: 0.1.10
Release: 1%{?dist}
Summary: Simple module to parse ISO 8601 dates
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Mar 27 2014 Pádraig Brady