From f350334e3f802081cc3e82043a0b20b141ff4d54 Mon Sep 17 00:00:00 2001 From: Daafip Date: Wed, 17 Apr 2024 09:25:50 +0200 Subject: [PATCH] changelog & version info --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a7d99..09141a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,4 +43,6 @@ Adding `.finalize()` method - clears up the directory. Especially useful for DA. ### 1.8.0 - Refactor potential evaporation from `pev` to `evspsblpot` & `tasmean` to `tas` to match convention #### 1.8.1 -- Rename `LumpedCamelsForcing` to `CamelsForcing` \ No newline at end of file +- Rename `LumpedCamelsForcing` to `CamelsForcing` +#### 1.8.2 +- No longer removes config on `finalize`, should be up to user \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 25ada12..c6db872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "ewatercycle-HBV" description = "Implementation of HBV for eWaterCycle" readme = "README.md" license = "Apache-2.0" -version = "1.8.1" +version = "1.8.2" authors = [ { name = "David Haasnoot", email = "davidhaasnoot@gmail.com" }, ]