Skip to content

Commit 195a357

Browse files
committed
A bit more fixes
1 parent a7dc15a commit 195a357

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.github/workflows/python-publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- development
87

98
jobs:
109
deploy:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.9",
2+
"version": "3.0.10",
33
"author": "Patrick Vogel, Bogdan Petre",
44
"email": "[email protected]"
55
}

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def get_description():
4747
'Programming Language :: Python :: 3.5',
4848
'Programming Language :: Python :: 3.6',
4949
'Programming Language :: Python :: 3.7',
50+
'Programming Language :: Python :: 3.8',
5051
'Framework :: Flask',
5152
],
5253
project_urls={

tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
from tests.fixtures.dashboard import * # noqa
44
from tests.fixtures.database import * # noqa
55
from tests.fixtures.models import * # noqa
6-

0 commit comments

Comments
 (0)