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.