Skip to content

Commit

Permalink
Merge pull request #55 from Daafip/dev
Browse files Browse the repository at this point in the history
changelog & version info
  • Loading branch information
Daafip committed Apr 17, 2024
2 parents b7fac36 + f350334 commit 30138b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
- Rename `LumpedCamelsForcing` to `CamelsForcing`
#### 1.8.2
- No longer removes config on `finalize`, should be up to user
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
]
Expand Down

0 comments on commit 30138b0

Please sign in to comment.