Skip to content

Commit

Permalink
change version tag to specify this as release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroCamphuijsen committed Dec 14, 2020
1 parent 7b37795 commit 7fc90dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Release Notes
*************

1.1.0 (2020-12-14)
1.1.0rc1 (2020-12-14)
~~~~~~~~~~~~~~~~~~~~~
* The 1.1.0 era5cli minor release.
* Add support for ERA5 preliminary back extension `#58 <https://github.com/eWaterCycle/era5cli/pull/58>`_
* Update tests `#57 <https://github.com/eWaterCycle/era5cli/pull/57>`_
* Add automated PyPI package building and publishing with github Actions `#62 <https://github.com/eWaterCycle/era5cli/pull/62>`_

1.0.0 (2019-07-25)
~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,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.1.0
version: 1.1.0rc1
2 changes: 1 addition & 1 deletion era5cli/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
'Niels Drost', 'Fakhereh Alidoost', 'Bouwe Andela',
'Jerom Aerts', 'Berend Weel', 'Rolf Hut', 'Klaus Zimmermann')
__email__ = '[email protected]'
__version__ = '1.1.0'
__version__ = '1.1.0rc1'

0 comments on commit 7fc90dd

Please sign in to comment.