Skip to content

Commit 45dce92

Browse files
Bump version: 5.24.0 → 5.24.1
1 parent 62ccc9a commit 45dce92

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.0
2+
current_version = 5.24.1
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
ValidSynapse,
7070
)
7171

72-
__version__ = "5.24.0"
72+
__version__ = "5.24.1"
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.24.0"
12+
__version__ = "5.24.1"
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.0"
8+
__version__ = "5.24.1"
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.0"
7+
__version__ = "5.24.1"
88

99

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

0 commit comments

Comments
 (0)