Skip to content

Commit 06fb128

Browse files
Release 0.2.0. Update changelog (#66)
* Remove docs/conf.py from bumpversion config * Bump version to 0.2.0 * Updated changelog * Ignore link in changelog to stemmus_scope
1 parent 2d6f3a8 commit 06fb128

5 files changed

Lines changed: 23 additions & 9 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.2.0
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
@@ -15,7 +15,3 @@ replace = version = {new_version}
1515
[bumpversion:file:CITATION.cff]
1616
search = version: "{current_version}"
1717
replace = version: "{new_version}"
18-
19-
[bumpversion:file:docs/conf.py]
20-
search = version = "{current_version}"
21-
replace = version = "{new_version}"

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors:
2020
orcid: "https://orcid.org/0000-0002-1966-8460"
2121
date-released: 2022-11-24
2222
doi: <insert your DOI here>
23-
version: "0.1.1"
23+
version: "0.2.0"
2424
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
2525
keywords:
2626
- STEMMUS SCOPE Processing

PyStemmusScope/__init__.py

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

88
__author__ = "Sarah Alidoost"
99
__email__ = "f.alidoost@esciencecenter.nl"
10-
__version__ = "0.1.1"
10+
__version__ = "0.2.0"

docs/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.0.1] - 1900-12-31
9+
10+
## [0.2.0] - 2023-02-21
11+
<!-- markdown-link-check-disable-next-line -->
12+
This version is only compatible with [STEMMUS_SCOPE 1.2.0](https://github.com/EcoExtreML/STEMMUS_SCOPE/releases/tag/1.2.0).
13+
14+
### Added:
15+
- A time range can now be specified for which the model should be run.
16+
- The model can now be run on any site globally, by providing a latitude and longitude, assuming that the required data is available for those sites.
17+
- Note: land cover and LAI are not dynamically retrieved yet, but use a dummy value.
18+
19+
### Changed:
20+
- Documentation now uses mkdocs instead of sphinx.
21+
22+
## [0.1.1] - 2022-11-24
23+
### Changed:
24+
- Supported Python versions are now 3.8, 3.9 and 3.10.
25+
26+
## [0.1.0] - 2022-11-24
27+
The first release of PyStemmusScope. Compatible with STEMMUS_SCOPE 1.1.11.
1028

1129
### Added
1230

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ name = PyStemmusScope
2525
project_urls =
2626
Bug Tracker = https://github.com/EcoExtreML/stemmus_scope_processing/issues
2727
url = https://github.com/EcoExtreML/stemmus_scope_processing
28-
version = 0.1.1
28+
version = 0.2.0
2929

3030
[options]
3131
python_requires = >=3.8,<3.11

0 commit comments

Comments
 (0)