Skip to content

Commit

Permalink
Updates Version to v2.0.3-Release-20241114 and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcb547 committed Nov 14, 2024
1 parent 0b0a5fc commit ffac570
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ This may be useful if, for example, you do not have the third-party packages ins
- See [*here*](visualstudio/README.md) for more details on how to build ga-aem using the Microsoft Visual Studio IDE.

# Releases

## v2.0.3-Release-20241114
- Revert to Makefiles instead of CMmake for Python build on linux. Plus change to pyproject.toml inplace of setup.py.
## v2.0.2-Release-20240911
- Catered for deprecation of PETSC_NULL from Petsc v3.19 onward.
## v2.0.1-Release-20240619
- Changed Pelton and ColeCole index for IP modelling in Matlab
- Allowed line number in column index 0 for ctlinedata* programs
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gatdaem1d"
version = "2.0.1"
version = "2.0.3"
description = "Time-domain airborne electromagnetic forward modelling"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/gaaem_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Author: Ross C. Brodie, Geoscience Australia.
#ifndef _gaaem_version_H
#define _gaaem_version_H

constexpr auto GAAEM_VERSION = "v2.0.2-Release-20240911";
constexpr auto GAAEM_VERSION = "v2.0.3-Release-20241114";

#endif

0 comments on commit ffac570

Please sign in to comment.