summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2015-11-29 15:02:04 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2015-11-29 15:02:04 +0100
commit7cfd1818c163c30e3bd883b6cd142272c68e1f87 (patch)
tree716c17e9e3ac6a03464363249ed9abe57ae650c1
parent845abbbef3f48fa6d7494a7618cb57c3a6b8c10a (diff)
downloadcroniter-7cfd1818c163c30e3bd883b6cd142272c68e1f87.tar.gz
Back to development: 0.3.11
-rw-r--r--docs/CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 0929f97..49548b0 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
==============
+0.3.11 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
0.3.10 (2015-11-29)
-------------------
diff --git a/setup.py b/setup.py
index 176e47b..6bd595d 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.10',
+ version='0.3.11.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '