summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2018-05-16 16:24:30 +0200
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2018-05-16 16:24:30 +0200
commit83d345a940e520d1d880dc2053e0e06a64675867 (patch)
tree2db9716be8c206b23855b5d88153deb53797be34
parent4d793fb21cdba2e937b6eff037e7d823d49c3f44 (diff)
downloadcroniter-0.3.22.tar.gz
Preparing release 0.3.220.3.22
-rw-r--r--docs/CHANGES.rst8
-rw-r--r--setup.py2
2 files changed, 2 insertions, 8 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 1ad690f..b4e44b2 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,13 +1,7 @@
Changelog
==============
-0.3.22 (unreleased)
--------------------
-
-- Nothing changed yet.
-
-
-0.3.21 (2018-05-16)
+0.3.22 (2018-05-16)
-------------------
- Don't count previous minute if now is dynamic
If the code is triggered from 5-asterisk based cron
diff --git a/setup.py b/setup.py
index c85b6ca..a915eab 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='0.3.22.dev0',
+ version='0.3.22',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '