Skip to content

Commit

Permalink
update version number (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvreede authored Apr 21, 2021
1 parent e937c07 commit cf6542e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
*************

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>`_

1.2.0 (2021-04-21)
~~~~~~~~~~~~~~~~~~
* Add support for ERA5-Land data `#67 <https://github.com/eWaterCycle/era5cli/pull/67>`_
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ 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.0
version: 1.2.1
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ readthedocs](https://era5cli.readthedocs.io/en/latest/contribute.html).
## Author information
Ensure all authors are present in:

- .zenodo.json
- CITATION.cff
- era5cli/__version__.py
- `.zenodo.json`
- `CITATION.cff`
- `era5cli/__version__.py`

## Confirm release info
Ensure the right date and upcoming version number is set in:

- CITATION.cff
- era5cli/__version__.py
- `CITATION.cff`
- `era5cli/__version__.py`

## Update the changelog
Update CHANGELOG.rst with new features and fixes in the upcoming version.
Confirm that README.rst is up to date with new features as well.
Update `CHANGELOG.rst` with new features and fixes in the upcoming version.
Confirm that `README.rst` is up to date with new features as well.

## Release on GitHub
Open [releases](https://github.com/eWaterCycle/era5cli/releases) and draft a new
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.0'
__version__ = '1.2.1'

0 comments on commit cf6542e

Please sign in to comment.