Skip to content

Commit

Permalink
Updates for v1.3.0 according to contribution guidelines (#104)
Browse files Browse the repository at this point in the history
* add link to semantic versioning

* update to new version number

* fix version number cff

Co-authored-by: Stefan Verhoeven <[email protected]>

Co-authored-by: Stefan Verhoeven <[email protected]>
  • Loading branch information
bvreede and sverhoeven authored Nov 30, 2021
1 parent b7c062e commit db2f4ca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
*************

1.3.0 (2021-11-30)
~~~~~~~~~~~~~~~~~~
* Fix compatibility with changed CDS variables geopotential/orography `#98 <https://github.com/eWaterCycle/era5cli/pull/98>`_
* Add integration testing `#102 <https://github.com/eWaterCycle/era5cli/pull/102>`_

1.2.1 (2021-04-21)
~~~~~~~~~~~~~~~~~~
* Automatic PyPI release for 1.2.0 failed; updated github action workflow `#91 <https://github.com/eWaterCycle/era5cli/pull/91>`_
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ authors:
orcid: 0000-0002-5821-2060

cff-version: "1.0.3"
date-released: 2021-04-21
date-released: 2021-11-30
doi: 10.5281/zenodo.3252665
keywords:
- "ERA5"
license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ewatercycle/era5cli"
title: era5cli
version: 1.2.1
version: 1.3.0
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ Open [releases](https://github.com/eWaterCycle/era5cli/releases) and draft a new
release. Copy the changelog for this version into the description (though note
that the description is in Markdown, so reformat from Rst if necessary).

Tag the release according to semantic versioning guidelines, preceded with a `v`
(e.g.: v1.0.0). The release title is the tag and the release date together
(e.g.: v1.0.0 (2019-07-25)). Tick the pre-release box in case the release is a
candidate release, and amend the version tag with `rc` and the candidate number.
Tag the release according to [semantic versioning
guidelines](https://semver.org/), preceded with a `v` (e.g.: v1.0.0). The
release title is the tag and the release date together (e.g.: v1.0.0
(2019-07-25)). Tick the pre-release box in case the release is a candidate
release, and amend the version tag with `rc` and the candidate number.

## PyPI release workflow
Publishing a new release in github triggers the github Action workflow that
Expand Down
2 changes: 1 addition & 1 deletion era5cli/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
'Peter Kalverla', 'Barbara Vreede', 'Aytaç Paçal', 'Stef Smeets',
'Stefan Verhoeven')
__email__ = '[email protected]'
__version__ = '1.2.1'
__version__ = '1.3.0'

0 comments on commit db2f4ca

Please sign in to comment.