Skip to content

Commit

Permalink
3.6.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Meisrimel authored and Peter Meisrimel committed Dec 12, 2024
1 parent 3b2b79e commit cf47869
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--- CHANGELOG ---

--- Assimulo-FUTURE---

--- Assimulo-3.6.0---
* Added get_sundials_version function (import from assimulo.solvers.sundials).
* Fixed bug that Radau5ODE would not count state events in statistics.
* Removed tests from the Assimulo installation.
Expand Down
6 changes: 6 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
==========
Changelog
==========
--- Assimulo-3.6.0---
* Added get_sundials_version function (import from assimulo.solvers.sundials).
* Fixed bug that Radau5ODE would not count state events in statistics.
* Removed tests from the Assimulo installation.
* Changed testing framework from `nose` to `pytest`.

--- Assimulo-3.5.2 ---
* Allow to build without distutils for Python>=3.12 support

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.5.2'
version = '3.6.0'
# The full version, including alpha/beta/rc tags.
release = '3.5.2'
release = '3.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def fortran_extensionlists(self):
NAME = "Assimulo"
AUTHOR = u"C. Winther (Andersson), C. Führer, J. Åkesson, M. Gäfvert"
AUTHOR_EMAIL = "[email protected]"
VERSION = "3.5.2.dev0" if version_number_arg == "Default" else version_number_arg
VERSION = "3.6.0.dev0" if version_number_arg == "Default" else version_number_arg
LICENSE = "LGPL"
URL = "http://www.jmodelica.org/assimulo"
DOWNLOAD_URL = "http://www.jmodelica.org/assimulo"
Expand Down

0 comments on commit cf47869

Please sign in to comment.