diff options
author | Mathieu Le Marec - Pasquet <kiorky@cryptelium.net> | 2017-08-31 09:42:39 +0200 |
---|---|---|
committer | Mathieu Le Marec - Pasquet <kiorky@cryptelium.net> | 2017-08-31 09:42:39 +0200 |
commit | df876ea2b77ffb83bcc581f7c41db4fcc33655fd (patch) | |
tree | 1a2e2503f8f3359f16ed33f7507e409f8e8c9278 | |
parent | 0211257d02608dd6cff2ad6286f413ea0b5c2b2d (diff) | |
download | croniter-0.3.18.tar.gz |
Preparing release 0.3.180.3.18
-rw-r--r-- | docs/CHANGES.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 02e533e..6a4dcb7 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ============== -0.3.18 (unreleased) +0.3.18 (2017-08-31) ------------------- - Add is valid method, refactor errors @@ -23,7 +23,7 @@ long_description = "\n\n".join( setup( name='croniter', - version='0.3.18.dev0', + version='0.3.18', py_modules=['croniter', ], description=( 'croniter provides iteration for datetime ' |