Skip to content

Commit 18ba5a3

Browse files
Bump version: 5.7.5 → 5.7.6
1 parent 92d059c commit 18ba5a3

File tree

7 files changed

+7
-7
lines changed

7 files changed

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Derrick Brittain, Forrest Collman, Sven Dorkenwald"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "5.7.5"
26+
release = "5.7.6"
2727

2828

2929

materializationengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.7.5"
1+
__version__ = "5.7.6"

materializationengine/blueprints/client/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from materializationengine.blueprints.client.datastack import validate_datastack
3131

3232

33-
__version__ = "5.7.5"
33+
__version__ = "5.7.6"
3434

3535

3636
authorizations = {

materializationengine/blueprints/client/api2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
from materializationengine.blueprints.client.precomputed import AnnotationWriter
9090

9191

92-
__version__ = "5.7.5"
92+
__version__ = "5.7.6"
9393

9494

9595
authorizations = {

materializationengine/blueprints/materialize/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
)
3636

3737

38-
__version__ = "5.7.5"
38+
__version__ = "5.7.6"
3939

4040

4141
bulk_upload_parser = reqparse.RequestParser()

materializationengine/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from materializationengine.utils import check_read_permission, get_config_param
5959

6060

61-
__version__ = "5.7.5"
61+
__version__ = "5.7.6"
6262

6363
views_bp = Blueprint("views", __name__, url_prefix="/materialize/views")
6464

0 commit comments

Comments
 (0)