From ca8512609fa9c44631259ec276158aa6492dd5cb Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Mon, 15 Feb 2021 00:14:42 +0100
Subject: [PATCH] ### 0.0.17 Release * 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

### 0.0.18 Release
* 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
---
 src/covid19/package-lock.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/covid19/package-lock.json b/src/covid19/package-lock.json
index b2887d42..f3bd3c50 100644
--- a/src/covid19/package-lock.json
+++ b/src/covid19/package-lock.json
@@ -1,6 +1,6 @@
 {
-    "name": "covid19static",
-    "version": "0.0.16",
+    "name": "covid19python-thomaswoehlke-static",
+    "version": "0.0.17",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
-- 
GitLab