From df6869f1d5804a5e7248d6aa6a36cf90afd30264 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Tue, 13 Apr 2021 22:49:44 +0200 Subject: [PATCH] ### 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 --- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- src/covid19/package.json | 2 +- version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b3d85ad..6b86dc82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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": {}, diff --git a/setup.cfg b/setup.cfg index caefeede..ac7d90ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [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 diff --git a/setup.py b/setup.py index 4d7d6dbd..a164a015 100644 --- a/setup.py +++ b/setup.py @@ -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 [] diff --git a/src/covid19/package.json b/src/covid19/package.json index 614939bf..cb812291 100644 --- a/src/covid19/package.json +++ b/src/covid19/package.json @@ -1,6 +1,6 @@ { "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": { diff --git a/version b/version index 998726ed..8db6c8a4 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.29 \ No newline at end of file +0.0.30 \ No newline at end of file -- GitLab