Skip to content

Commit beb85b2

Browse files
committed
Bump version: 5.17.0 → 5.18.0
1 parent 0904d99 commit beb85b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.17.0
2+
current_version = 5.18.0
33
commit = True
44
tag = True
55

emannotationschemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
from emannotationschemas.errors import UnknownAnnotationTypeException
7070
from emannotationschemas.flatten import create_flattened_schema
7171

72-
__version__ = "5.17.0"
72+
__version__ = "5.18.0"
7373

7474
type_mapping = {
7575
"synapse": SynapseSchema,

emannotationschemas/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from emannotationschemas.utils import get_instance_folder_path
1010
from emannotationschemas.views import views_bp
1111

12-
__version__ = "5.17.0"
12+
__version__ = "5.18.0"
1313

1414

1515
def create_app(test_config=None):

emannotationschemas/blueprint_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from emannotationschemas import get_schema, get_types
66
from emannotationschemas.errors import UnknownAnnotationTypeException
77

8-
__version__ = "5.17.0"
8+
__version__ = "5.18.0"
99

1010
authorizations = {
1111
"apikey": {"type": "apiKey", "in": "query", "name": "middle_auth_token"}

emannotationschemas/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from emannotationschemas import get_flat_schema, get_schema, get_types
66

7-
__version__ = "5.17.0"
7+
__version__ = "5.18.0"
88

99

1010
views_bp = Blueprint("views", __name__, url_prefix="/schema/views")

0 commit comments

Comments
 (0)