summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-04 21:47:14 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-04 21:47:14 +0300
commit034586a876ab0b8a416462a4afba01774255d49e (patch)
tree7cde1468b56f47491b3ba4cd6cb0a1ee64da8e9c
parent54d7534a03c0d3c01b98cb3f730e4f06cbf895e5 (diff)
downloadapscheduler-034586a876ab0b8a416462a4afba01774255d49e.tar.gz
Added the release version4.0.0a2
-rw-r--r--docs/versionhistory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index a26e82c..1e0c332 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 <migration>`.
-**UNRELEASED**
+**4.0.0a2**
- **BREAKING** Changed the scheduler API to always require a call to either
``run_until_stopped()`` or ``start_in_background()`` to start the scheduler (using it