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 ------