Skip to content

Commit 4fda828

Browse files
Bump version: 5.24.12 → 5.24.13
1 parent cbe30c3 commit 4fda828

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.24.12
2+
current_version = 5.24.13
33
commit = True
44
tag = True
55

emannotationschemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
ValidSynapse,
8282
)
8383

84-
__version__ = "5.24.12"
84+
__version__ = "5.24.13"
8585

8686
type_mapping = {
8787
"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.24.12"
12+
__version__ = "5.24.13"
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.24.12"
8+
__version__ = "5.24.13"
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.24.12"
7+
__version__ = "5.24.13"
88

99

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

0 commit comments

Comments
 (0)