From 7a1b50386cd7c35f8893dae71cc43c755dfeb580 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sun, 14 Feb 2021 21:56: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
---
 BACKLOG.md  | 12 ++++++------
 README.md   |  1 +
 etc/TODO.md | 16 ++++++++++++++++
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/BACKLOG.md b/BACKLOG.md
index a6d9d453..786ba2cf 100644
--- a/BACKLOG.md
+++ b/BACKLOG.md
@@ -221,14 +221,14 @@
 * Issue #155 refactor RkiBundeslaenderServiceUpdate.update_db_initial
 
 ### 0.0.18 Release
-* Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
-* Issue #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
-* Issue #41 SQLalchemy instead of SQL: 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
 * Issue #42 SQLalchemy instead of SQL: WhoImport.get_new_dates_as_array()
 * Issue #83 SQLalchemy instead of SQL in WhoImport.get_new_dates_as_array
-* Issue #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
-* Issue #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
-* Issue #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
 
 ### 0.0.198 Release
 * Issue #5 Visual Graphs for Data per Countries order by Date
diff --git a/README.md b/README.md
index 2e3faae4..553e6b6c 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,4 @@
 * http://www.leeladharan.com/sqlalchemy-query-with-or-and-like-common-filters
 * https://riptutorial.com/flask/example/22201/pagination-route-example-with-flask-sqlalchemy-paginate
 
+
diff --git a/etc/TODO.md b/etc/TODO.md
index 5ade896f..44543f34 100644
--- a/etc/TODO.md
+++ b/etc/TODO.md
@@ -31,3 +31,19 @@
 
 ### packaging
 * https://packaging.python.org/
+
+### 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
\ No newline at end of file
-- 
GitLab