Skip to content

Commit

Permalink
Prepare release for v 1.3.2 (#132)
Browse files Browse the repository at this point in the history
* add E Malinina as contributor, bump version, add to changelog

* remove duplicate in citation file

* remove python 3.6 from actions

* add python 3.10 as string cf actions/setup-python#160

* all versions are strings

Co-authored-by: Bart Schilperoort <[email protected]>

Co-authored-by: Bart Schilperoort <[email protected]>
  • Loading branch information
bvreede and BSchilperoort authored Dec 13, 2022
1 parent fc8f6df commit 3fcbe8e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']
name: Run tests for ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
*************

1.3.2 (2021-12-13)
~~~~~~~~~~~~~~~~~~
* Elaborate the range of years that can be queried `#123 <https://github.com/eWaterCycle/era5cli/pull/123>`_
* Update Readthedocs theme `#125 <https://github.com/eWaterCycle/era5cli/pull/125>`_
* Fix a bug that allowed the incompatible combination of --land and --ensemble `#131 <https://github.com/eWaterCycle/era5cli/pull/131>`_

1.3.1 (2021-12-01)
~~~~~~~~~~~~~~~~~~
* Automatic Zenodo/RSD release failed; updated contribution guidelines `#106 <https://github.com/eWaterCycle/era5cli/pull/106>`_
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ authors:
orcid: https://orcid.org/0000-0002-4102-2877

cff-version: 1.2.0
date-released: 2021-11-30
date-released: 2022-12-13
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.3.1
version: 1.3.2
4 changes: 2 additions & 2 deletions era5cli/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
'Niels Drost', 'Fakhereh Alidoost', 'Bouwe Andela',
'Jerom Aerts', 'Berend Weel', 'Rolf Hut', 'Klaus Zimmermann',
'Peter Kalverla', 'Barbara Vreede', 'Aytaç Paçal', 'Stef Smeets',
'Stefan Verhoeven')
'Stefan Verhoeven', 'Elizaveta Malinina')
__email__ = '[email protected]'
__version__ = '1.3.1'
__version__ = '1.3.2'

0 comments on commit 3fcbe8e

Please sign in to comment.