Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
1cafff41
Commit
1cafff41
authored
3 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
working on 0.0.29 Release
parent
15d39a4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
package.json
+1
-1
1 addition, 1 deletion
package.json
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
src/covid19/package.json
+1
-1
1 addition, 1 deletion
src/covid19/package.json
version
+1
-1
1 addition, 1 deletion
version
with
5 additions
and
5 deletions
package.json
+
1
−
1
View file @
1cafff41
{
"name"
:
"flask-covid19"
,
"version"
:
"0.0.2
8
"
,
"version"
:
"0.0.2
9
"
,
"description"
:
"Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al."
,
"main"
:
"index.js"
,
"dependencies"
:
{},
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
1cafff41
[metadata]
name
=
flask-covid19
version
=
0.0.2
8
version
=
0.0.2
9
url
=
https://github.com/thomaswoehlke/covid19python.git
author
=
Thomas Woehlke
author_email
=
thomas.woehlke@gmail.com
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1cafff41
...
...
@@ -5,7 +5,7 @@ import subprocess
from
setuptools
import
find_packages
,
setup
version
=
'
0.0.2
8
'
version
=
'
0.0.2
9
'
needs_pytest
=
{
'
pytest
'
,
'
test
'
,
'
ptr
'
}.
intersection
(
sys
.
argv
)
pytest_runner
=
[
'
pytest-runner
'
]
if
needs_pytest
else
[]
...
...
This diff is collapsed.
Click to expand it.
src/covid19/package.json
+
1
−
1
View file @
1cafff41
{
"name"
:
"flask-covid19-static"
,
"version"
:
"0.0.2
8
"
,
"version"
:
"0.0.2
9
"
,
"description"
:
"Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al."
,
"main"
:
"index.js"
,
"repository"
:
{
...
...
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
1cafff41
0.0.28
\ No newline at end of file
0.0.29
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment