From 7fc90ddab2619c9b60752ae2b3f5781a6738b707 Mon Sep 17 00:00:00 2001 From: Jaro Camphuijsen Date: Mon, 14 Dec 2020 20:40:16 +0100 Subject: [PATCH] change version tag to specify this as release candidate --- CHANGELOG.rst | 3 ++- CITATION.cff | 2 +- era5cli/__version__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f34c6b..43ff58d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ * Update tests `#57 `_ +* Add automated PyPI package building and publishing with github Actions `#62 `_ 1.0.0 (2019-07-25) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/CITATION.cff b/CITATION.cff index c358821..a702279 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/era5cli/__version__.py b/era5cli/__version__.py index a5ac0b1..f8adc6e 100644 --- a/era5cli/__version__.py +++ b/era5cli/__version__.py @@ -10,4 +10,4 @@ 'Niels Drost', 'Fakhereh Alidoost', 'Bouwe Andela', 'Jerom Aerts', 'Berend Weel', 'Rolf Hut', 'Klaus Zimmermann') __email__ = 'ewatercycle@esciencecenter.nl' -__version__ = '1.1.0' +__version__ = '1.1.0rc1'