Skip to content

Commit 3f359fe

Browse files
committed
6.5.3
1 parent 1291dcc commit 3f359fe

File tree

7 files changed

+49
-9
lines changed

7 files changed

+49
-9
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## Unreleased
44

5-
[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.2)
5+
[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.4)
66

7-
## 6.5.1
7+
## 6.5.3
88

9-
[Changelog for OpenGeoSys 6.5.1](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.1)
9+
[Changelog for OpenGeoSys 6.5.2](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.3)
1010

1111
----
1212

13+
## 6.5.2
14+
15+
[Changelog for OpenGeoSys 6.5.2](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.2)
16+
17+
## 6.5.1
18+
19+
[Changelog for OpenGeoSys 6.5.1](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.1)
20+
1321
## 6.5.0
1422

1523
[Changelog for OpenGeoSys 6.5.0](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.0)

CITATION.cff

+3
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ authors:
241241
BGR
242242
- given-names: Luca
243243
family-names: Urpi
244+
- given-names: Jäschke
245+
family-names: Max
246+
affiliation: "Hochschule für Technik, Wirtschaft und Kultur Leipzig"
244247
identifiers:
245248
- type: doi
246249
value: 10.5281/zenodo.11652195

Documentation/mainpage.dox.in

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*
2222
* The documentation for OGS releases can be found here:
2323
*
24+
* - https://doxygen.opengeosys.org/6.5.3
2425
* - https://doxygen.opengeosys.org/6.5.2
2526
* - https://doxygen.opengeosys.org/6.5.1
2627
* - https://doxygen.opengeosys.org/v6.5.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the
2828
[ogs]: https://www.opengeosys.org
2929
[documentation]: https://www.opengeosys.org/docs/
3030
[docs-master]: https://doxygen.opengeosys.org/
31-
[docs-release]: https://doxygen.opengeosys.org/6.5.2
31+
[docs-release]: https://doxygen.opengeosys.org/6.5.3
3232
[license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt

scripts/doc/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/v6.5.0/* https://ogs-doxygen-v6-5-0.netlify.app/:splat 200!
1111
/6.5.1/* https://ogs-doxygen-6-5-1.netlify.app/:splat 200!
1212
/6.5.2/* https://ogs-doxygen-6-5-2.netlify.app/:splat 200!
13+
/6.5.3/* https://ogs-doxygen-6-5-3.netlify.app/:splat 200!

web/archetypes/releases.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ release_date = "{{ .Date }}"
77

88
[downloads]
99
binary = [
10-
"Windows-10.0.22621-python-3.10.9-de-utils.zip",
11-
"Windows-10.0.22621-python-3.10.9-utils.zip",
10+
"Windows-10.0.22631-python-3.12.1-de-utils.zip",
11+
"Windows-10.0.22631-python-3.12.1-utils.zip",
1212
]
1313
container = [
14-
"serial.sif",
15-
"openmpi-4.0.5.sif",
14+
"serial.squashfs",
15+
"petsc.squashfs",
16+
"serial-mkl.squashfs",
17+
"petsc-mkl.squashfs",
1618
]
1719
pip = true
1820
note = """
1921
**Note:** When using Python bindings make sure to have Python installed on your system:
2022
21-
- Windows: [Python 3.10.9](https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe)
23+
- Windows: [Python 3.12.1](https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe)
2224
"""
2325
+++

web/content/releases/6.5.3.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
+++
2+
date = "2024-09-04T18:17:05+02:00"
3+
title = "OpenGeoSys 6.5.3"
4+
tag = "6.5.3"
5+
author = "Lars Bilke"
6+
release_date = "2024-09-04T18:17:05+02:00"
7+
8+
[downloads]
9+
binary = [
10+
"Windows-10.0.22631-python-3.12.1-de-utils.zip",
11+
"Windows-10.0.22631-python-3.12.1-utils.zip",
12+
]
13+
container = [
14+
"serial.squashfs",
15+
"petsc.squashfs",
16+
"serial-mkl.squashfs",
17+
"petsc-mkl.squashfs",
18+
]
19+
pip = true
20+
note = """
21+
**Note:** When using Python bindings make sure to have Python installed on your system:
22+
23+
- Windows: [Python 3.12.1](https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe)
24+
"""
25+
+++

0 commit comments

Comments
 (0)