From 2cd37918351c266ff4149abccc40635b79a80477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 19 Aug 2023 19:43:15 +0300 Subject: [PATCH] Added the release version --- docs/versionhistory.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 914b85e4..a0a1bf84 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -4,8 +4,8 @@ Version history To find out how to migrate your application from a previous version of APScheduler, see the :doc:`migration section `. -UNRELEASED ----------- +3.10.4 +------ - Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method @@ -17,6 +17,7 @@ UNRELEASED - Fixed ``TypeError`` related to entry point iteration on Python 3.9 (PR by CrypticDriver) + 3.10.2 ------