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

### 0.0.29 Release

* Fixed #201 UML: blueprint user
* Fixed #205 navbar is broken
* Fixed #202 add blueprint user
* Fixed #203 find python module for blueprint user
* Fixed #204 add python module for blueprint user
parent 4690255c
No related branches found
No related tags found
No related merge requests found
{
"name": "flask-covid19",
"version": "0.0.29",
"version": "0.0.30",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js",
"dependencies": {},
......
[metadata]
name = flask-covid19
version = 0.0.29
version = 0.0.30
url = https://github.com/thomaswoehlke/covid19python.git
author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com
......
......@@ -5,7 +5,7 @@ import subprocess
from setuptools import find_packages, setup
version = '0.0.29'
version = '0.0.30'
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else []
......
{
"name": "flask-covid19-static",
"version": "0.0.29",
"version": "0.0.30",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js",
"repository": {
......
0.0.29
\ No newline at end of file
0.0.30
\ 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