summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2017-03-15 23:42:56 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2017-03-15 23:42:56 +0100
commit9c48a0fc81c7bee26942180dfbbfc6cbc0b0d154 (patch)
treeadcab0cac93f56cc6fcb38d0786018ffbbfef737
parente2c87592cf13e9b714f2423b620a283693d72f3e (diff)
downloadcroniter-taichino.tar.gz
Back to development: 0.3.17taichino
-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 1402254..2c7f890 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
==============
+0.3.17 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
0.3.16 (2017-03-15)
-------------------
diff --git a/setup.py b/setup.py
index 60abc6a..2555c05 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.16',
+ version='0.3.17.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '