Skip to content

Commit 3758784

Browse files
authored
Merge pull request #80 from rickecon/vers
Merging
2 parents d47cf08 + 603ad47 commit 3758784

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.0.6] - 2025-03-03 1:00:00
10+
11+
### Added
12+
13+
- Updated scripts in `calibrate.py` and `macro_params.py` with boolean `update_from_api`.
14+
915
## [0.0.5] - 2025-02-11 23:00:00
1016

1117
### Added
@@ -61,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6167
- This version is a pre-release alpha. The example run script OG-ZAF/examples/run_og_zaf.py runs, but the model is not currently calibrated to represent the South African economy and population.
6268

6369

70+
[0.0.6]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.5...v0.0.6
6471
[0.0.5]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.4...v0.0.5
6572
[0.0.4]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.3...v0.0.4
6673
[0.0.3]: https://github.com/EAPD-DRB/OG-ZAF/compare/v0.0.2...v0.0.3

ogzaf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from ogzaf.macro_params import *
99
from ogzaf.utils import *
1010

11-
__version__ = "0.0.5"
11+
__version__ = "0.0.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ogzaf",
8-
version="0.0.5",
8+
version="0.0.6",
99
author="Marcelo LaFleur, Richard W. Evans, and Jason DeBacker",
1010
license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
1111
description="South Africa Calibration for OG-Core",

0 commit comments

Comments
 (0)