From 1ccef73dc287b2b446124d0907212aa50f6718bd Mon Sep 17 00:00:00 2001 From: petermeisrimelmodelon Date: Tue, 27 Jan 2026 12:42:44 +0000 Subject: [PATCH] 3.7.3 release prep --- doc/sphinx/source/changelog.rst | 3 +++ doc/sphinx/source/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index a3283072..f01eaa47 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,9 @@ ========== Changelog ========== +--- Assimulo-3.7.3--- + * Improved Radau5ODE handling of steps ending close to final time. + --- Assimulo-3.7.2--- * Fixed issue with 'report_continuously = True' for backwards simulation. diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 5b5423e4..ffdd7750 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '3.7.2' +version = '3.7.3' # The full version, including alpha/beta/rc tags. -release = '3.7.2' +release = '3.7.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.