From 29d66a326e286ebeea3ff2f5043c17742a196b0d Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Fri, 22 Jan 2021 21:41:05 +0100
Subject: [PATCH] ### 0.0.11 Release * Fixed #26 /admin/database/dump * Issue
 #43 /europe/date_reported * Issue #44 /europe/continent * Issue #45
 /europe/country * Issue #46 /europe/data * 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() * Issue #49
 EuropeServiceUpdate.__update_data_short() * Issue #50 remove unused
 requirements from requirements.txt

---
 README.md          | 8 ++++----
 start_server_mq.sh | 5 -----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index a289887c..e551f4c2 100644
--- a/README.md
+++ b/README.md
@@ -217,6 +217,7 @@ class WhoGlobalDataImportTable(db.Model):
 * Fixed #38 update Celery from 4 to 5
 
 ### 0.0.11 Release
+* Fixed #26 /admin/database/dump
 * Issue #43 /europe/date_reported
 * Issue #44 /europe/continent
 * Issue #45 /europe/country
@@ -224,17 +225,16 @@ class WhoGlobalDataImportTable(db.Model):
 * 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() 
-* Issue #47 refactor Routes from app.py to org...who,europe,...
-* Issue #48 refactor Tasks from server_mq.py to org...who,europe,... 
+* Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
 * Issue #49 EuropeServiceUpdate.__update_data_short()
 * Issue #50 remove unused requirements from requirements.txt
 
 ### 0.0.12 Release
 * Issue #5 Visual Graphs for Data per Countries order by Date
-* Issue #26 /admin/database/dump
 * Issue #28 /admin/database/import
 
 ### 0.0.13 Release
+* Issue #47 refactor Routes from app.py to org...who,europe,...
+* Issue #48 refactor Tasks from server_mq.py to org...who,europe,... 
 
 
diff --git a/start_server_mq.sh b/start_server_mq.sh
index 30840ded..c165344a 100644
--- a/start_server_mq.sh
+++ b/start_server_mq.sh
@@ -1,9 +1,4 @@
 #!/usr/bin/env bash
 
 python server_mq.py
-
-# celery 4
-#celery -A server_mq.celery --loglevel=info worker
-
-# celery 5
 celery -A server_mq.celery worker  -l INFO
-- 
GitLab