summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2020-01-02 16:22:23 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2020-01-02 16:22:23 +0100
commit276e4b282be2d7642af3fe9217e3220c353e036a (patch)
tree90006e94f394ffcc1fc975ff8bf37c9767f41852
parentfce4628604e39add62adbfeef27c2857d813500c (diff)
downloadcroniter-276e4b282be2d7642af3fe9217e3220c353e036a.tar.gz
Preparing release 0.3.310.3.31
-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 58d485a..6806dfe 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
==============
-0.3.31 (unreleased)
+0.3.31 (2020-01-02)
-------------------
- Fix get_next() when start_time less then 1s before next instant
diff --git a/setup.py b/setup.py
index 6243f95..6ae8bbf 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.31.dev0',
+ version='0.3.31',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '