From 79b3073f6d57ed5132f5051bdaa1c6f12f21ba82 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Fri, 22 Jan 2021 16:03:06 +0100 Subject: [PATCH] ### 0.0.10 Release * Fixed #24 update_data * Fixed #29 /who/info * Fixed #30 /europa/info * Fixed #31 /rki/info * Fixed #32 /nrw/info * Fixed #33 /europe/date_reported * Fixed #34 /europe/continent * Fixed #35 /europe/country * Fixed #36 /europe/data * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 69138860..3dba21cf 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,6 @@ class WhoGlobalDataImportTable(db.Model): * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 - ### 0.0.11 Release * Issue #26 /admin/database/dump * Issue #28 /admin/database/import -- GitLab