Skip to content

Commit

Permalink
Preparations for release of 1.4.1 (#328)
Browse files Browse the repository at this point in the history
* Bumped version

* Updated the changelog
  • Loading branch information
BSchilperoort committed Dec 20, 2022
1 parent e2dd89a commit 7ca0517
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 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.0
current_version = 1.4.1

[bumpversion:file:src/ewatercycle/version.py]
search = __version__ = "{current_version}"
Expand Down
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co

## [Unreleased]

## [1.4.1] (2022-12-20)

### Fixed

- PEP 484 prohibits implicit Optional ([325](https://github.com/eWaterCycle/ewatercycle/pull/325))
- Update of ESMValCore breaks recipes tests ([#325](https://github.com/eWaterCycle/ewatercycle/issues/322))
- Update of ESMValCore breaks Marrmot forcing generation ([322](https://github.com/eWaterCycle/ewatercycle/pull/325))
- Pre-commit hook for flake8 from GitHub instead of GitLab ([325](https://github.com/eWaterCycle/ewatercycle/pull/325))
- PEP 484 prohibits implicit Optional ([#325](https://github.com/eWaterCycle/ewatercycle/pull/325))
- Update of ESMValCore breaks recipes tests ([#325](https://github.com/eWaterCycle/ewatercycle/issues/325))
- Pre-commit hook for flake8 from GitHub instead of GitLab ([#325](https://github.com/eWaterCycle/ewatercycle/pull/325))
- Update of ESMValCore breaks Marrmot forcing generation ([#322](https://github.com/eWaterCycle/ewatercycle/pull/322))
- Forcing generation for Wflow has been fixed ([#321](https://github.com/eWaterCycle/ewatercycle/pull/321))

## [1.4.0] (2022-06-20)

Expand Down Expand Up @@ -160,7 +163,9 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co
- Empty Python project directory structure
- Added symlink based data files copier

[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/1.3.0...HEAD
[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/1.4.1...HEAD
[1.4.1]: https://github.com/eWaterCycle/ewatercycle/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/eWaterCycle/ewatercycle/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/eWaterCycle/ewatercycle/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/eWaterCycle/ewatercycle/compare/1.1.4...1.2.0
[1.1.4]: https://github.com/eWaterCycle/ewatercycle/compare/1.1.3...1.1.4
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = "1.4.0"
version = "1.4.1"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ewatercycle
version = 1.4.0
version = 1.4.1
description = A Python package for running and validating a hydrology model
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/ewatercycle/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "1.4.0"
__version__ = "1.4.1"

0 comments on commit 7ca0517

Please sign in to comment.