From ee28ec645d160b3aed5791e95d9328ab1508fe4d Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Tue, 17 Sep 2024 11:25:50 +0200 Subject: [PATCH] Release 2.3.1 (#459) * Update version number * Update link at bottom of changelog --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6271041..bbd35ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9cfc2630..1ad3982a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"