From 00bb3ef2084dcd1e32b68dfef95f08d1fc7a050c Mon Sep 17 00:00:00 2001 From: PeterMeisrimelModelon <92585725+PeterMeisrimelModelon@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:03:56 +0000 Subject: [PATCH] v3.7.2 release prep --- CHANGELOG | 2 +- doc/sphinx/source/changelog.rst | 3 +++ doc/sphinx/source/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9a4b3b66..23d0a16b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ --- CHANGELOG --- ---- Assimulo-FUTURE--- +--- Assimulo-3.7.2--- * Fixed issue with 'report_continuously = True' for backwards simulation. --- Assimulo-3.7.1--- diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index 44606cab..a3283072 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,9 @@ ========== Changelog ========== +--- Assimulo-3.7.2--- + * Fixed issue with 'report_continuously = True' for backwards simulation. + --- Assimulo-3.7.1--- * Fixed error messages from uninitialized internal memory for CVode when using `iter = 'FixedPoint'`. * Fixed an issue with events close to (large) final times. diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index c2ef8655..5b5423e4 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.1' +version = '3.7.2' # The full version, including alpha/beta/rc tags. -release = '3.7.1' +release = '3.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.