diff options
| author | Mathieu Le Marec - Pasquet <kiorky@cryptelium.net> | 2021-04-07 21:20:43 +0200 |
|---|---|---|
| committer | Mathieu Le Marec - Pasquet <kiorky@cryptelium.net> | 2021-04-07 21:20:43 +0200 |
| commit | 4b43649d69ff177d31579a7b04cc6f0ca62cc8c6 (patch) | |
| tree | c4f201c66e42d48a96b9ddd62a124bf6872bae02 | |
| parent | 7a50ae46973d207c7bd7cf50c5dbb0c19e274924 (diff) | |
| download | croniter-4b43649d69ff177d31579a7b04cc6f0ca62cc8c6.tar.gz | |
Back to development: 1.0.12
| -rw-r--r-- | docs/CHANGES.rst | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 5d14cfc..8fd6142 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ============== +1.0.12 (unreleased) +------------------- + +- Nothing changed yet. + + 1.0.11 (2021-04-07) ------------------- @@ -23,7 +23,7 @@ long_description = "\n\n".join( setup( name='croniter', - version='1.0.11', + version='1.0.12.dev0', py_modules=['croniter', ], description=( 'croniter provides iteration for datetime ' |
