From b31ff05a91ab757fc3a6baec09a767dbbbf6ed79 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 21 Jan 2021 23:19:01 +0100 Subject: [PATCH] ### 0.0.10 Release * Issue #24 update_data * Issue #26 /admin/database/dump * Issue #28 /admin/database/import * Fixed #29 /who/info * Fixed #30 /europa/info * Fixed #31 /rki/info * Fixed #32 /nrw/info * Issue #33 /europe/date_reported * Issue #34 /europe/continent * Issue #35 /europe/country * Issue #36 /europe/data * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1421dbb7..4ced20b1 100644 --- a/README.md +++ b/README.md @@ -207,16 +207,16 @@ class WhoGlobalDataImportTable(db.Model): * Issue #24 update_data * Issue #26 /admin/database/dump * Issue #28 /admin/database/import -* Issue #29 /who/info -* Issue #30 /europa/info -* Issue #31 /rki/info -* Issue #32 /nrw/info +* Fixed #29 /who/info +* Fixed #30 /europa/info +* Fixed #31 /rki/info +* Fixed #32 /nrw/info * Issue #33 /europe/date_reported * Issue #34 /europe/continent * Issue #35 /europe/country * Issue #36 /europe/data -* Issue #37 switch from RabbitMQ to Redis -* Issue #38 update Celery from 4 to 5 +* Fixed #37 switch from RabbitMQ to Redis +* Fixed #38 update Celery from 4 to 5 ### 0.0.11 Release -- GitLab