Skip to content
Snippets Groups Projects
Commit 74266b0c authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.11 Release

* 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 #47 refactor Routes from app.py to org...who,europe,...
* Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
parent 6d75f1e0
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,5 @@ POSTGRES_PW = 'covid19datapwd'
POSTGRES_URL = 'localhost'
POSTGRES_DB = 'covid19data'
ITEMS_PER_PAGE = 20
#YOUR_NAME = 'covid19python'
#PASSWORD = 'vfdjv423ndf654&%%'
#VHOST_NAME = 'covid19python'
CELERY_BROKER_URL = 'redis://localhost:6379/0'
#CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
SECRET_KEY='vfdjv423ndf654&%%'
[metadata]
name = covid19python
version = 0.0.10
version = 0.0.11
[options]
packages = covid19python
......
......@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='covid19python',
version='0.0.10',
version='0.0.11',
packages=['org', 'org.woehlke', 'org.woehlke.covid19', 'org.woehlke.covid19.nrw', 'org.woehlke.covid19.rki',
'org.woehlke.covid19.who', 'org.woehlke.covid19.admin', 'org.woehlke.covid19.europe'],
url='https://github.com/thomaswoehlke/covid19python',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment