Skip to content

Commit 58d5eb2

Browse files
committed
Merge branch 'master' of github.com:CAVEconnectome/EMAnnotationSchemas
2 parents ec857d1 + b8af83c commit 58d5eb2

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.8
2+
current_version = 5.24.11
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.8"
84+
__version__ = "5.24.11"
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.8"
12+
__version__ = "5.24.11"
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.8"
8+
__version__ = "5.24.11"
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.8"
7+
__version__ = "5.24.11"
88

99

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

0 commit comments

Comments
 (0)