From 3f359feee49b7ecf3476c248845e430f11e8a049 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 4 Sep 2024 18:22:29 +0200
Subject: [PATCH] 6.5.3

---
 CHANGELOG.md                  | 14 +++++++++++---
 CITATION.cff                  |  3 +++
 Documentation/mainpage.dox.in |  1 +
 README.md                     |  2 +-
 scripts/doc/_redirects        |  1 +
 web/archetypes/releases.md    | 12 +++++++-----
 web/content/releases/6.5.3.md | 25 +++++++++++++++++++++++++
 7 files changed, 49 insertions(+), 9 deletions(-)
 create mode 100644 web/content/releases/6.5.3.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a86119b0795..935026156b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,22 @@
 
 ## Unreleased
 
-[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.2)
+[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.4)
 
-## 6.5.1
+## 6.5.3
 
-[Changelog for OpenGeoSys 6.5.1](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.1)
+[Changelog for OpenGeoSys 6.5.2](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.3)
 
 ----
 
+## 6.5.2
+
+[Changelog for OpenGeoSys 6.5.2](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.2)
+
+## 6.5.1
+
+[Changelog for OpenGeoSys 6.5.1](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.1)
+
 ## 6.5.0
 
 [Changelog for OpenGeoSys 6.5.0](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.0)
diff --git a/CITATION.cff b/CITATION.cff
index 6c64779b144..c4d606eef95 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -241,6 +241,9 @@ authors:
           BGR
     - given-names: Luca
       family-names: Urpi
+    - given-names: Jäschke
+      family-names: Max
+      affiliation: "Hochschule für Technik, Wirtschaft und Kultur Leipzig"
 identifiers:
     - type: doi
       value: 10.5281/zenodo.11652195
diff --git a/Documentation/mainpage.dox.in b/Documentation/mainpage.dox.in
index 0969c976123..9a527f17fd8 100644
--- a/Documentation/mainpage.dox.in
+++ b/Documentation/mainpage.dox.in
@@ -21,6 +21,7 @@
  *
  * The documentation for OGS releases can be found here:
  *
+ * - https://doxygen.opengeosys.org/6.5.3
  * - https://doxygen.opengeosys.org/6.5.2
  * - https://doxygen.opengeosys.org/6.5.1
  * - https://doxygen.opengeosys.org/v6.5.0
diff --git a/README.md b/README.md
index 0c3f60f8b61..93dba717616 100644
--- a/README.md
+++ b/README.md
@@ -28,5 +28,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the
 [ogs]: https://www.opengeosys.org
 [documentation]: https://www.opengeosys.org/docs/
 [docs-master]: https://doxygen.opengeosys.org/
-[docs-release]: https://doxygen.opengeosys.org/6.5.2
+[docs-release]: https://doxygen.opengeosys.org/6.5.3
 [license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt
diff --git a/scripts/doc/_redirects b/scripts/doc/_redirects
index 4756741548d..82ba1b31585 100644
--- a/scripts/doc/_redirects
+++ b/scripts/doc/_redirects
@@ -10,3 +10,4 @@
 /v6.5.0/* https://ogs-doxygen-v6-5-0.netlify.app/:splat 200!
 /6.5.1/* https://ogs-doxygen-6-5-1.netlify.app/:splat 200!
 /6.5.2/* https://ogs-doxygen-6-5-2.netlify.app/:splat 200!
+/6.5.3/* https://ogs-doxygen-6-5-3.netlify.app/:splat 200!
diff --git a/web/archetypes/releases.md b/web/archetypes/releases.md
index 1d29e6ce117..72bfa8869d8 100644
--- a/web/archetypes/releases.md
+++ b/web/archetypes/releases.md
@@ -7,17 +7,19 @@ release_date = "{{ .Date }}"
 
 [downloads]
 binary = [
-"Windows-10.0.22621-python-3.10.9-de-utils.zip",
-"Windows-10.0.22621-python-3.10.9-utils.zip",
+"Windows-10.0.22631-python-3.12.1-de-utils.zip",
+"Windows-10.0.22631-python-3.12.1-utils.zip",
 ]
 container = [
-"serial.sif",
-"openmpi-4.0.5.sif",
+"serial.squashfs",
+"petsc.squashfs",
+"serial-mkl.squashfs",
+"petsc-mkl.squashfs",
 ]
 pip = true
 note = """
 **Note:** When using Python bindings make sure to have Python installed on your system:
 
-- Windows: [Python 3.10.9](https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe)
+- Windows: [Python 3.12.1](https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe)
 """
 +++
diff --git a/web/content/releases/6.5.3.md b/web/content/releases/6.5.3.md
new file mode 100644
index 00000000000..48b0974ebe3
--- /dev/null
+++ b/web/content/releases/6.5.3.md
@@ -0,0 +1,25 @@
++++
+date = "2024-09-04T18:17:05+02:00"
+title = "OpenGeoSys 6.5.3"
+tag = "6.5.3"
+author = "Lars Bilke"
+release_date = "2024-09-04T18:17:05+02:00"
+
+[downloads]
+binary = [
+"Windows-10.0.22631-python-3.12.1-de-utils.zip",
+"Windows-10.0.22631-python-3.12.1-utils.zip",
+]
+container = [
+"serial.squashfs",
+"petsc.squashfs",
+"serial-mkl.squashfs",
+"petsc-mkl.squashfs",
+]
+pip = true
+note = """
+**Note:** When using Python bindings make sure to have Python installed on your system:
+
+- Windows: [Python 3.12.1](https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe)
+"""
++++
-- 
GitLab