From 8eaeb1f46ef9d969f49c3877971058a67035e430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 16 May 2024 02:13:56 +0300 Subject: [PATCH] Added the release version --- docs/versionhistory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index dfc253bb9..b00afc86a 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -4,7 +4,7 @@ Version history To find out how to migrate your application from a previous version of APScheduler, see the :doc:`migration section `. -**UNRELEASED** +**4.0.0a5** - **BREAKING** Added the ``cleanup()`` scheduler method and a configuration option (``cleanup_interval``). A corresponding abstract method was added to the ``DataStore``