Skip to content

Commit

Permalink
Release 0.2.0. Update changelog (#66)
Browse files Browse the repository at this point in the history
* Remove docs/conf.py from bumpversion config

* Bump version to 0.2.0

* Updated changelog

* Ignore link in changelog to stemmus_scope
  • Loading branch information
BSchilperoort authored Feb 21, 2023
1 parent 2d6f3a8 commit 06fb128
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0

[comment]
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Expand All @@ -15,7 +15,3 @@ replace = version = {new_version}
[bumpversion:file:CITATION.cff]
search = version: "{current_version}"
replace = version: "{new_version}"

[bumpversion:file:docs/conf.py]
search = version = "{current_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors:
orcid: "https://orcid.org/0000-0002-1966-8460"
date-released: 2022-11-24
doi: <insert your DOI here>
version: "0.1.1"
version: "0.2.0"
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
keywords:
- STEMMUS SCOPE Processing
Expand Down
2 changes: 1 addition & 1 deletion PyStemmusScope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = "Sarah Alidoost"
__email__ = "[email protected]"
__version__ = "0.1.1"
__version__ = "0.2.0"
20 changes: 19 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.1] - 1900-12-31

## [0.2.0] - 2023-02-21
<!-- markdown-link-check-disable-next-line -->
This version is only compatible with [STEMMUS_SCOPE 1.2.0](https://github.com/EcoExtreML/STEMMUS_SCOPE/releases/tag/1.2.0).

### Added:
- A time range can now be specified for which the model should be run.
- 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.
- Note: land cover and LAI are not dynamically retrieved yet, but use a dummy value.

### Changed:
- Documentation now uses mkdocs instead of sphinx.

## [0.1.1] - 2022-11-24
### Changed:
- Supported Python versions are now 3.8, 3.9 and 3.10.

## [0.1.0] - 2022-11-24
The first release of PyStemmusScope. Compatible with STEMMUS_SCOPE 1.1.11.

### Added

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name = PyStemmusScope
project_urls =
Bug Tracker = https://github.com/EcoExtreML/stemmus_scope_processing/issues
url = https://github.com/EcoExtreML/stemmus_scope_processing
version = 0.1.1
version = 0.2.0

[options]
python_requires = >=3.8,<3.11
Expand Down

0 comments on commit 06fb128

Please sign in to comment.