Skip to content

Commit

Permalink
Bump vesrion to 1.4.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Dec 12, 2023
1 parent ab73b8b commit f211c70
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
17 changes: 16 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion era5cli/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"Bart Schilperoort",
)
__email__ = "ewatercycle@esciencecenter.nl"
__version__ = "1.4.1"
__version__ = "1.4.2"

0 comments on commit f211c70

Please sign in to comment.