We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f40de commit d37f01aCopy full SHA for d37f01a
CHANGES.rst
@@ -1,7 +1,9 @@
1
-1.9 (unreleased)
+2.0 (unreleased)
2
================
3
4
-- Nothing changed yet.
+- Use cronsim instead of croniter
5
+
6
+- Allow to pass kwargs to a cron function
7
8
9
1.8 (2021-11-24)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aiocron"
-version = "1.9.dev0"
+version = "2.0.dev0"
description = "Crontabs for asyncio"
readme = "README.rst"
requires-python = ">=3.9"
0 commit comments