summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <mick@twomeylee.name>2015-11-04 13:54:47 +0000
committerMichael Twomey <mick@twomeylee.name>2015-11-04 13:54:47 +0000
commita5682384a8c01751497d0bdd6acb167b665f304e (patch)
tree4da227a31fb7befdde63c1cc9015d2358f632ffb
parent18f27ee775d198c9d9a1c31b289c31efb3b5c212 (diff)
downloadpyiso8601-a5682384a8c01751497d0bdd6acb167b665f304e.tar.gz
Updating for 0.1.12
-rw-r--r--README.rst3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f46f2a1..58dae5b 100644
--- a/README.rst
+++ b/README.rst
@@ -107,6 +107,9 @@ Python 2.5 is not supported (too old for the tests for the most part). It could
Changes
=======
+0.1.12
+------
+
0.1.11
------
diff --git a/setup.py b/setup.py
index e9dc75d..d5c8782 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ long_description = open(os.path.join(os.path.dirname(__file__), "README.rst")).r
setup(
name="iso8601",
- version="0.1.11",
+ version="0.1.12",
description=long_description.split("\n")[0],
long_description=long_description,
author="Michael Twomey",