summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-03-25 17:48:59 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-03-25 17:48:59 +0100
commitaad7fcb319c268687cc5aca117048a2fa3834ba3 (patch)
tree27b00d7e4d6658b22290530f3318410f02f550b8
parent46d0664cc2e62b8056483fa3c57d9ce414517fb6 (diff)
downloadcroniter-aad7fcb319c268687cc5aca117048a2fa3834ba3.tar.gz
Preparing release 1.0.101.0.10
-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 3147664..eb54aec 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
==============
-1.0.10 (unreleased)
+1.0.10 (2021-03-25)
-------------------
- Remove external library ``natsort``.
diff --git a/setup.py b/setup.py
index 3e692c6..cb5b9da 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='1.0.10.dev0',
+ version='1.0.10',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '