Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- CHANGELOG ---
--- Assimulo-FUTURE---
--- Assimulo-3.7.2---
* Fixed issue with 'report_continuously = True' for backwards simulation.

--- Assimulo-3.7.1---
Expand Down
3 changes: 3 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down