From 326377c3e14252bfbe1fc4e5b6114e2f37457f44 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 7 Apr 2021 10:07:25 +0200 Subject: [PATCH] ### 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 --- 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 adee4a7f..0050f509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "index.js", "dependencies": {}, diff --git a/setup.cfg b/setup.cfg index eb1bfa02..3e7c2a9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = flask-covid19 -version = 0.0.25 +version = 0.0.26 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 87fb1da5..7605b4ca 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import find_packages, setup -version = '0.0.25' +version = '0.0.26' 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 cf364ef7..f2ba3e21 100644 --- a/src/covid19/package.json +++ b/src/covid19/package.json @@ -1,6 +1,6 @@ { "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.", "main": "index.js", "repository": { diff --git a/version b/version index d34586a1..41ba552b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.25 \ No newline at end of file +0.0.26 \ No newline at end of file -- GitLab