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" }, ]