Skip to content
Snippets Groups Projects
Commit 326377c3 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.24 Release

* Fixed #28 /admin/database/import
* Fixed #66 frontend: migrate to Bootstrap Theme sb-admin-angular
* Fixed #158 load Bootstrap-Template sb-admin-angular into static
* Fixed #191 setup plantuml for engineering and docs
* Fixed #156 run_web.sh
* Fixed #157 run_worker.sh
* Fixed #62 frontend: better design for pages
* Fixed #60 frontend: better design for tables
parent 8a310432
No related branches found
No related tags found
No related merge requests found
{ {
"name": "flask-covid19", "name": "flask-covid19",
"version": "0.0.25", "version": "0.0.26",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js", "main": "index.js",
"dependencies": {}, "dependencies": {},
......
[metadata] [metadata]
name = flask-covid19 name = flask-covid19
version = 0.0.25 version = 0.0.26
url = https://github.com/thomaswoehlke/covid19python.git url = https://github.com/thomaswoehlke/covid19python.git
author = Thomas Woehlke author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com author_email = thomas.woehlke@gmail.com
......
...@@ -3,7 +3,7 @@ import sys ...@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages, setup from setuptools import find_packages, setup
version = '0.0.25' version = '0.0.26'
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv) needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else [] pytest_runner = ['pytest-runner'] if needs_pytest else []
......
{ {
"name": "flask-covid19-static", "name": "flask-covid19-static",
"version": "0.0.25", "version": "0.0.26",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
......
0.0.25 0.0.26
\ No newline at end of file \ No newline at end of file
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