diff --git a/CHANGES.md b/CHANGES.md index bbdf207..590835c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Change-log +## Version 0.0.29 +-add calculation of droped values in quality check + ## Version 0.0.28 - MAJOR Error fix: The quality check for T and ET did not consider the decimal multiplier for the limits. So the table 2 from the Method documentation should have looked like this until now, in bold are the numbers that were wrong in the code: diff --git a/weatherDB/__init__.py b/weatherDB/__init__.py index 43006ae..adc30c4 100644 --- a/weatherDB/__init__.py +++ b/weatherDB/__init__.py @@ -3,7 +3,7 @@ __author__ = "Max Schmit" __email__ = "max.schmit@hydrology.uni-freiburg.de" __copyright__ = "Copyright 2023, Max Schmit" -__version__ = "0.0.28" +__version__ = "0.0.29" if not ("WEATHERDB_MODULE_INSTALLING" in os.environ \ and os.environ["WEATHERDB_MODULE_INSTALLING"]=="True"):