Skip to content

Commit c95eed4

Browse files
committed
Bump version: 4.36.5 → 4.36.6
1 parent d42f1e6 commit c95eed4

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 = 4.36.5
2+
current_version = 4.36.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 = "4.36.5"
26+
release = "4.36.6"
2727

2828

2929
master_doc = "index"

materializationengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.36.5"
1+
__version__ = "4.36.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__ = "4.36.5"
33+
__version__ = "4.36.6"
3434

3535

3636
authorizations = {

materializationengine/blueprints/client/api2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
from materializationengine.blueprints.client.utils import update_notice_text_warnings
6565
from materializationengine.blueprints.client.utils import after_request
6666

67-
__version__ = "4.36.5"
67+
__version__ = "4.36.6"
6868

6969

7070
authorizations = {

materializationengine/blueprints/materialize/api.py

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

3838

39-
__version__ = "4.36.5"
39+
__version__ = "4.36.6"
4040

4141

4242
bulk_upload_parser = reqparse.RequestParser()

materializationengine/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
import caveclient
5757

5858

59-
__version__ = "4.36.5"
59+
__version__ = "4.36.6"
6060

6161
views_bp = Blueprint("views", __name__, url_prefix="/materialize/views")
6262

0 commit comments

Comments
 (0)