Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jan 9, 2022
1 parent 54820bc commit d6e25bb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flask_covid19

* Version 0.0.84
* Version 0.0.86

## git

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flask_covid19

* Version 0.0.84
* Version 0.0.86

## git

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
author = "Thomas Woehlke"

# The full version, including alpha/beta/rc tags
release = "0.0.83"
version = "0.0.83"
release = "0.0.86"
version = "0.0.86"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flask-covid19-static",
"version": "0.0.85",
"version": "0.0.86",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "/static/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion project/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.85"
__version__ = "0.0.86"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = flask-covid19
version = 0.0.85
version = 0.0.86
url = https://github.com/thomaswoehlke/flask_covid19.git
author = Thomas Woehlke
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.85
0.0.86

0 comments on commit d6e25bb

Please sign in to comment.