File tree 7 files changed +49
-9
lines changed
7 files changed +49
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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 )
6
6
7
- ## 6.5.1
7
+ ## 6.5.3
8
8
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 )
10
10
11
11
----
12
12
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
+
13
21
## 6.5.0
14
22
15
23
[ Changelog for OpenGeoSys 6.5.0] ( https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.0 )
Original file line number Diff line number Diff line change @@ -241,6 +241,9 @@ authors:
241
241
BGR
242
242
- given-names : Luca
243
243
family-names : Urpi
244
+ - given-names : Jäschke
245
+ family-names : Max
246
+ affiliation : " Hochschule für Technik, Wirtschaft und Kultur Leipzig"
244
247
identifiers :
245
248
- type : doi
246
249
value : 10.5281/zenodo.11652195
Original file line number Diff line number Diff line change 21
21
*
22
22
* The documentation for OGS releases can be found here:
23
23
*
24
+ * - https://doxygen.opengeosys.org/6.5.3
24
25
* - https://doxygen.opengeosys.org/6.5.2
25
26
* - https://doxygen.opengeosys.org/6.5.1
26
27
* - https://doxygen.opengeosys.org/v6.5.0
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the
28
28
[ ogs ] : https://www.opengeosys.org
29
29
[ documentation ] : https://www.opengeosys.org/docs/
30
30
[ 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
32
32
[ license-source ] : https://github.com/ufz/ogs/blob/master/LICENSE.txt
Original file line number Diff line number Diff line change 10
10
/v6.5.0/* https://ogs-doxygen-v6-5-0.netlify.app/:splat 200 !
11
11
/6.5.1/* https://ogs-doxygen-6-5-1.netlify.app/:splat 200 !
12
12
/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 !
Original file line number Diff line number Diff line change @@ -7,17 +7,19 @@ release_date = "{{ .Date }}"
7
7
8
8
[downloads ]
9
9
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" ,
12
12
]
13
13
container = [
14
- " serial.sif" ,
15
- " openmpi-4.0.5.sif" ,
14
+ " serial.squashfs" ,
15
+ " petsc.squashfs" ,
16
+ " serial-mkl.squashfs" ,
17
+ " petsc-mkl.squashfs" ,
16
18
]
17
19
pip = true
18
20
note = """
19
21
**Note:** When using Python bindings make sure to have Python installed on your system:
20
22
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)
22
24
"""
23
25
+++
Original file line number Diff line number Diff line change
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
+ +++
You can’t perform that action at this time.
0 commit comments