summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2012-05-20 22:23:24 +0200
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2012-05-20 22:23:24 +0200
commitefef4edf626fd3c3aade5a5270fa7c755b0511ab (patch)
treee482cc47e9d059bdd61c583d2a691287a2277fe1
parentb764dc3e95b1ae38db81103d2ab7c70fe5ef074c (diff)
downloadcroniter-efef4edf626fd3c3aade5a5270fa7c755b0511ab.tar.gz
Preparing release 0.3.13
-rw-r--r--docs/CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 4e83ccf..cf6362e 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
==============
-0.3.13 (unreleased)
+0.3.13 (2016-11-01)
-------------------
- `Real fix for #34 <https://github.com/taichino/croniter/pull/73>`_
diff --git a/setup.py b/setup.py
index a184f4a..ace3f28 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.13.dev0',
+ version='0.3.13',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '