From ff5390b34bb18afa5a9f47698de5fd64e4925770 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 17 Feb 2021 20:51:24 +0100 Subject: [PATCH] ### 0.0.17 Release * Fixed #82 change to ORM ClassHierarchy * Fixed #42 SQLalchemy instead of SQL: WhoImport.get_new_dates_as_array() * Fixed #83 SQLalchemy instead of SQL in WhoImport.get_new_dates_as_array * Fixed #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent * Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all() * Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep() * Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent() * Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent * Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep * Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise * Fixed #128 add fields from csv to RkiLandkreiseImport * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021 * Fixed #140 move WhoImport to RKI in: rk_service_import.py * Fixed #125 implement RkiLandkreise * Fixed #126 implement RkiBundeslaenderImport --- package-lock.json | 2 +- src/covid19/package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d37a125..9d231693 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "covid19python-thomaswoehlke", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 1 } diff --git a/src/covid19/package-lock.json b/src/covid19/package-lock.json index 0359b9da..4ffa184a 100644 --- a/src/covid19/package-lock.json +++ b/src/covid19/package-lock.json @@ -1,6 +1,6 @@ { "name": "covid19python-thomaswoehlke-static", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 1, "requires": true, "dependencies": { -- GitLab