From 53f3b1277fd117a9288b3298395877fb3b69cb38 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 21 Jan 2021 23:54:00 +0100 Subject: [PATCH] ### 0.0.10 Release * Issue #24 update_data * Issue #26 /admin/database/dump * 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 * Issue #36 /europe/data * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 --- README.md | 8 ++++---- etc/TODO.md | 8 +++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ced20b1..6bc67347 100644 --- a/README.md +++ b/README.md @@ -206,20 +206,20 @@ class WhoGlobalDataImportTable(db.Model): ### 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 +* Fixed #33 /europe/date_reported +* Fixed #34 /europe/continent +* Fixed #35 /europe/country * Issue #36 /europe/data * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 ### 0.0.11 Release +* Issue #28 /admin/database/import * Issue #5 Visual Graphs for Data per Countries order by Date diff --git a/etc/TODO.md b/etc/TODO.md index b3085a9b..0b0b6bc7 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -6,4 +6,10 @@ ## Celery * https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/ * https://docs.celeryproject.org/en/stable/userguide/monitoring.html#monitoring-redis-queues -* https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service \ No newline at end of file +* https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service + +### Setuptools +* https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#python-requirement +* https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html +* https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html +* https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html#basic-use -- GitLab