Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschmi committed May 16, 2023
1 parent 5bc624a commit 35d9f7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion weatherDB/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "Max Schmit"
__email__ = "[email protected]"
__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"):
Expand Down

0 comments on commit 35d9f7c

Please sign in to comment.