diff --git a/README.md b/README.md index ecf6098..d050a04 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,13 @@ Be aware of the non-intuitive [BMI](https://github.com/eWaterCycle/grpc4bmi) imp ### V1.2.0 - pretty big issue with setting values fixed - won't affect most use but will cause issues for Data Assimilation - use opportunity to name all HBV packages/naming/images to 1.2.0 -### V1.3.0 +## V1.3.0 - Change `Q_m` to `Q` in order to better integrate data assimilation & just makes more sense. -## v1.3.1 +### v1.3.1 - Fix bug in time indexing -## v1.3.2 +### v1.3.2 - typo in update updating_dict_var_obj: was getting values wrong ## V1.4.0 -- adding snow reservoir \ No newline at end of file +- adding snow reservoir +### V1.4.1 +- bug fix in naming of values \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 63828f5..9435f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "HBV" description = "Dev version for a HBV hydrological model using BMI for eWaterCycle." readme = "README.md" license = "Apache-2.0" -version = "1.4.0" +version = "1.4.1" authors = [ { name = "David Haasnoot", email = "davidhaasnoot@gmail.com" }, ]