Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschmi committed Jan 24, 2023
1 parent 8c5a84b commit d52a46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change-log

## Version 0.0.20 (upcoming)
## Version 0.0.20
- change secretSettings_weatherDB names to DB_PWD, DB_NAME and DB_USER
- add min and max to the temperature timeseries

## Version 0.0.19
- fix error of updating raw_files table after new import.
Expand Down
4 changes: 2 additions & 2 deletions weatherDB/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

__author__ = "Max Schmit"
__email__ = "[email protected]"
__copyright__ = "Copyright 2022, Max Schmit"
__version__ = "0.0.19"
__copyright__ = "Copyright 2023, Max Schmit"
__version__ = "0.0.20"

if not ("WEATHERDB_MODULE_INSTALLING" in os.environ \
and os.environ["WEATHERDB_MODULE_INSTALLING"]=="True"):
Expand Down

0 comments on commit d52a46b

Please sign in to comment.