From b0020fb94d04270cc89d67a270f95a56933882e8 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 30 Nov 2023 10:16:02 +0100
Subject: [PATCH] 6.5.0

---
 CHANGELOG.md                                  |  6 ++++-
 CITATION.cff                                  | 17 ++++++-------
 Documentation/mainpage.dox.in                 |  1 +
 README.md                                     |  2 +-
 scripts/doc/_redirects                        |  1 +
 .../procedures/publish-a-release/index.md     |  2 +-
 web/content/releases/6.5.0.md                 | 25 +++++++++++++++++++
 7 files changed, 42 insertions(+), 12 deletions(-)
 create mode 100644 web/content/releases/6.5.0.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cdf08dbf17..af982895d27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,14 @@
 
 ## Unreleased
 
-[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/6.5.0)
+[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/6.5.1)
 
 ----
 
+## 6.5.0
+
+[Changelog for OpenGeoSys 6.5.0](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.5.0)
+
 ## 6.4.4
 
 [Changelog for OpenGeoSys 6.4.4](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.4)
diff --git a/CITATION.cff b/CITATION.cff
index 0fe22201d3c..4132e169f11 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -1,5 +1,4 @@
-# This CITATION.cff file was generated with cffinit.
-# Visit https://bit.ly/cffinit to generate yours today!
+# Update with `git shortlog -sne`
 
 cff-version: 1.2.0
 title: OpenGeoSys
@@ -126,7 +125,7 @@ authors:
       affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Jérémie
       family-names: Lagraviere
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Kata
       family-names: Kurgyis
       affiliation: TU Bergakademie Freiberg
@@ -149,7 +148,7 @@ authors:
       affiliation: BGE TECHNOLOGY GmbH
     - given-names: Vanessa
       family-names: Montoya
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Falko
       family-names: Vehling
       affiliation: Helmholtz Centre for Environmental Research -- UFZ
@@ -161,22 +160,22 @@ authors:
       affiliation: TU Bergakademie Freiberg
     - given-names: Carolin
       family-names: Helbig
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Francesco
       family-names: Witte
       affiliation: Hochschule Flensburg
     - given-names: Olaf
       family-names: Kolditz
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Philipp
       family-names: Selzer
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Reza
       family-names: Taher Dang Koo
       affiliation: TU Bergakademie Freiberg
     - given-names: Thomas
       family-names: Kalbacher
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Wanlong
       family-names: Cai
     - given-names: Alireza
@@ -196,7 +195,7 @@ authors:
       affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Mehran
       family-names: Ghasabeh
-      affiliation: Helmholtz Centre for Environmental Research – UFZ
+      affiliation: Helmholtz Centre for Environmental Research -- UFZ
     - given-names: Michael
       family-names: Pitz
       affiliation: >-
diff --git a/Documentation/mainpage.dox.in b/Documentation/mainpage.dox.in
index d5a1c5be665..1ee0fdc5b53 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/v6.5.0
  * - https://doxygen.opengeosys.org/v6.4.4
  * - https://doxygen.opengeosys.org/v6.4.3
  * - https://doxygen.opengeosys.org/v6.4.2
diff --git a/README.md b/README.md
index e58de809b8f..16dc55a5a76 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/v6.4.4
+[docs-release]: https://doxygen.opengeosys.org/v6.5.0
 [license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt
diff --git a/scripts/doc/_redirects b/scripts/doc/_redirects
index 8b05804eb2e..06d054cc74b 100644
--- a/scripts/doc/_redirects
+++ b/scripts/doc/_redirects
@@ -7,3 +7,4 @@
 /v6.4.2/* https://ogs-doxygen-v6-4-2.netlify.app/:splat 200!
 /v6.4.3/* https://ogs-doxygen-v6-4-3.netlify.app/:splat 200!
 /v6.4.4/* https://ogs-doxygen-v6-4-4.netlify.app/:splat 200!
+/v6.5.0/* https://ogs-doxygen-v6-5-0.netlify.app/:splat 200!
diff --git a/web/content/docs/devguide/procedures/publish-a-release/index.md b/web/content/docs/devguide/procedures/publish-a-release/index.md
index ee7b0226810..e6ad7ea52d9 100644
--- a/web/content/docs/devguide/procedures/publish-a-release/index.md
+++ b/web/content/docs/devguide/procedures/publish-a-release/index.md
@@ -11,7 +11,7 @@ weight = 1080
 
 ## Publication procedure
 
-- Update [merge request template](https://gitlab.opengeosys.org/ogs/ogs/edit) to point to a new changelog wiki page
+- Update [merge request template](https://gitlab.opengeosys.org/ogs/ogs/-/settings/merge_requests) to point to a new changelog wiki page
 - Update `CHANGELOG.md` to point to new GitLab release
 - Create new web release page with generated artifact names (frontmatter only!)
 - Add a link to the (upcoming) Doxygen documentation for this tag in `Documentation/mainpage.dox.in` (with `v`-prefix)
diff --git a/web/content/releases/6.5.0.md b/web/content/releases/6.5.0.md
new file mode 100644
index 00000000000..14b95d881d3
--- /dev/null
+++ b/web/content/releases/6.5.0.md
@@ -0,0 +1,25 @@
++++
+date = "2023-11-30T12:10:13+01:00"
+title = "OpenGeoSys 6.5.0"
+tag = "6.5.0"
+author = "Lars Bilke"
+release_date = "2023-11-30"
+
+[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.22621-de-utils.zip",
+    "Windows-10.0.22621-utils.zip"
+]
+container = [
+    "serial.sif",
+    "openmpi-4.0.5.sif",
+]
+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)
+"""
++++
-- 
GitLab