Skip to content

Commit

Permalink
6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Mar 10, 2023
1 parent 1aa058a commit ed65ad7
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased

[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.4)
[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/6.5.0)

----

## 6.4.4

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

## 6.4.3

[Changelog for OpenGeoSys 6.4.3](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.3)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license: BSD-3-Clause
# DOI representing all versions, do not change:
doi: 10.5281/zenodo.591265
# The following needs to be adapted on releases:
version: "6.4.3"
date-released: "2022-09-19"
version: "6.4.4"
date-released: "2023-03-10"
identifiers:
- type: doi
description: "Zenodo DOI for 6.4.3"
Expand Down
1 change: 1 addition & 0 deletions Documentation/mainpage.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*
* The documentation for OGS releases can be found here:
*
* - https://doxygen.opengeosys.org/v6.4.4
* - https://doxygen.opengeosys.org/v6.4.3
* - https://doxygen.opengeosys.org/v6.4.2
* - https://doxygen.opengeosys.org/v6.4.1
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
OpenGeoSys 6
============
# OpenGeoSys 6

[![Modified BSD License](http://img.shields.io/badge/license-BSD-blue.svg?style=flat-square)](https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/LICENSE.txt)
[![DOI](https://zenodo.org/badge/1701384.svg)](https://zenodo.org/badge/latestdoi/1701384)
Expand All @@ -15,19 +14,19 @@ waste deposition. OGS is comprised of the THMC-simulator (simply referred to as
*OGS*) and a visualization tool (*Data Explorer*). OGS is developed by the
[OpenGeoSys Community][ogs].

## Software development ##
## Software development

- Good starting point for users as well as for developers is the [documentation][documentation]
- Check your code against our [styleguide](http://ufz.github.io/styleguide/cppguide.xml)
- Have a look at the [source code documentation for the current master-branch build][docs-master] or [for the latest release][docs-release]

## License ##
## License

OpenGeoSys is distributed under the Modified BSD License. See the
[LICENSE.txt][license-source] for the license text.

[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.3
[docs-release]: https://doxygen.opengeosys.org/v6.4.4
[license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt
1 change: 1 addition & 0 deletions scripts/doc/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/v6.4.1/* https://ogs-doxygen-v6-4-1.netlify.app/:splat 200!
/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!
24 changes: 24 additions & 0 deletions web/content/releases/6.4.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+++
date = "2023-03-10T12:10:13+01:00"
title = "OpenGeoSys 6.4.4"
tag = "6.4.4"
author = "Lars Bilke"
release_date = "2022-03-10"

[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",
]
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)
"""
+++

0 comments on commit ed65ad7

Please sign in to comment.