summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-03-25 17:49:12 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-03-25 17:49:12 +0100
commit1b74cc3f6f26e30f1c90d262fd4f5a74dabf9ca6 (patch)
treefc37e380d5a8e3a9b781aad365bcab0b6150278a
parentaad7fcb319c268687cc5aca117048a2fa3834ba3 (diff)
downloadcroniter-1b74cc3f6f26e30f1c90d262fd4f5a74dabf9ca6.tar.gz
Back to development: 1.0.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 eb54aec..5d4a18f 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
==============
+1.0.11 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
1.0.10 (2021-03-25)
-------------------
diff --git a/setup.py b/setup.py
index cb5b9da..937fd9c 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='1.0.10',
+ version='1.0.11.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '