summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2022-09-06 18:47:31 +0200
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2022-09-06 18:47:31 +0200
commit8204e097c0fea16838cb9a21a768c50ef45ad6b9 (patch)
tree71753d453f56a691fbf950478596536e546222c0
parent0e9c36de574b19ee87cc4aa18dc91828e947f0ba (diff)
downloadcroniter-8204e097c0fea16838cb9a21a768c50ef45ad6b9.tar.gz
Back to development: 1.3.8
-rw-r--r--docs/CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 908b370..d84ae63 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
==============
+1.3.8 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
1.3.7 (2022-09-06)
------------------
diff --git a/setup.py b/setup.py
index 513f9ca..36f7b2d 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ long_description = "\n\n".join(
setup(
name='croniter',
- version='1.3.7',
+ version='1.3.8.dev0',
py_modules=['croniter', ],
description=(
'croniter provides iteration for datetime '