Skip to content

Commit

Permalink
Release 2.3.1 (#459)
Browse files Browse the repository at this point in the history
* Update version number

* Update link at bottom of changelog
  • Loading branch information
BSchilperoort committed Sep 17, 2024
1 parent 2f2d7c0 commit ee28ec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co

## [Unreleased]


### [2.3.1] (2024-09-17)

## Fixed

- all required shapefile files (`.shp`, `.shx`, `.dbf`, `.prj`) are now copied to the new directory when saving a forcing object ([#430](https://github.com/eWaterCycle/ewatercycle/issues/430)).
Expand Down Expand Up @@ -261,7 +264,8 @@ Everthing listed at [2.0.0](2.0.0), but without the adding models part.
- Empty Python project directory structure
- Added symlink based data files copier

[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/2.3.0...HEAD
[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/2.3.1...HEAD
[2.3.1]: https://github.com/eWaterCycle/ewatercycle/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/eWaterCycle/ewatercycle/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/eWaterCycle/ewatercycle/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/eWaterCycle/ewatercycle/compare/2.1.0...2.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ewatercycle"
version = "2.3.0"
version = "2.3.1"
description = "A Python package for running and validating a hydrology model"
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit ee28ec6

Please sign in to comment.