Skip to content

Commit

Permalink
Updated files for release of 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
modelonrobinandersson committed Jun 25, 2024
1 parent 6ea28a4 commit 578d02b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
==========
Changelog
==========
--- Assimulo-3.5.2 ---
* Allow to build without distutils for Python>=3.12 support

--- Assimulo-3.5.1 ---
* Fixed build with sundials 7.x
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.1'
version = '3.5.2'
# The full version, including alpha/beta/rc tags.
release = '3.5.1'
release = '3.5.2'

# 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 @@ -664,7 +664,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.1.dev0" if version_number_arg == "Default" else version_number_arg
VERSION = "3.5.2.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 578d02b

Please sign in to comment.