From f211c703e03aa01fc4c862df8b10823ff3c795dd Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Tue, 12 Dec 2023 15:45:05 +0100 Subject: [PATCH] Bump vesrion to 1.4.2, update changelog --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- docs/CHANGELOG.md | 17 ++++++++++++++++- era5cli/__version__.py | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 56ae836..95858e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1 +current_version = 1.4.2 [comment] comment = The contents of this file cannot be merged with that of pyproject.toml until https://github.com/c4urself/bump2version/issues/42 is resolved diff --git a/CITATION.cff b/CITATION.cff index 01fa5f8..a54f85f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -97,4 +97,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.4.1" +version: "1.4.2" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a04cf3c..955b6de 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,11 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.4.2 - 2023-12-12 + +**Fixed:** + + - Fixed a typo in the error message when an invalid area was given ([#160](https://github.com/eWaterCycle/era5cli/pull/160)). + - Fixed pressing Enter not working for the default input in the "*Valid CDS keys found in the .cdsapirc file. Do you want to use these for era5cli? [Y/n]*" prompt ([#160](https://github.com/eWaterCycle/era5cli/pull/160)). + +**Added:** + + - era5cli is now available for Python 3.11 ([#160](https://github.com/eWaterCycle/era5cli/pull/160)). + +**Removed:** + +- Support for Python 3.7 has been removed. It's [end-of-life](https://devguide.python.org/versions/#unsupported-versions) was 2023-06-27 ([#160](https://github.com/eWaterCycle/era5cli/pull/160)). + ## 1.4.1 - 2023-06-30 **Fixed:** - - Fix a bug that prevented the creation of the configuration file, if the "~/.config" folder did not exist yet ([#153](https://github.com/eWaterCycle/era5cli/pull/154)). + - Fix a bug that prevented the creation of the configuration file, if the "~/.config" folder did not exist yet ([#154](https://github.com/eWaterCycle/era5cli/pull/154)). **Added:** diff --git a/era5cli/__version__.py b/era5cli/__version__.py index ab34b7c..d434852 100644 --- a/era5cli/__version__.py +++ b/era5cli/__version__.py @@ -26,4 +26,4 @@ "Bart Schilperoort", ) __email__ = "ewatercycle@esciencecenter.nl" -__version__ = "1.4.1" +__version__ = "1.4.2"