summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2019-03-26 14:37:20 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2019-03-26 14:37:20 +0100
commit3b1f1e528a7464f50ca37bcf07292cbde2ccddc6 (patch)
tree2412926dfc7074a6265f0f72c32e1a6a3ed94794
parent8fe62ba715d3c97770a11a69ca05cfd87df48a5a (diff)
downloadcroniter-3b1f1e528a7464f50ca37bcf07292cbde2ccddc6.tar.gz
Back to development: 0.3.30
-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 bd472ae..8219bfc 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
==============
+0.3.30 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
0.3.29 (2019-03-26)
-------------------
diff --git a/setup.py b/setup.py
index 7392d96..e74851d 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.29',
+ version='0.3.30.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '