From 72ab0d20a731bda46d386a6942f581cf5ffa3e35 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sat, 23 Jan 2021 13:37:30 +0100 Subject: [PATCH] ### 0.0.12 Release * Issue #28 /admin/database/import * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all() * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep() * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent() * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array() * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3108ca20..2cec27c7 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ class WhoGlobalDataImportTable(db.Model): * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep() * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent() * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array() -* Issue #49 EuropeServiceUpdate.__update_data_short() +* Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix) ### 0.0.13 Release * Issue #47 refactor Routes from app.py to org...who,europe,... -- GitLab