Skip to content

Commit

Permalink
Bump version: 4.35.0 → 4.35.1
Browse files Browse the repository at this point in the history
github-actions[bot] committed Oct 31, 2024
1 parent df224d6 commit 2240e15
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.35.0
current_version = 4.35.1
commit = True
tag = True

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
author = "Derrick Brittain, Forrest Collman, Sven Dorkenwald"

# The full version, including alpha/beta/rc tags
release = "4.35.0"
release = "4.35.1"


master_doc = "index"
2 changes: 1 addition & 1 deletion materializationengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.35.0"
__version__ = "4.35.1"
2 changes: 1 addition & 1 deletion materializationengine/blueprints/client/api.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
from materializationengine.blueprints.client.datastack import validate_datastack


__version__ = "4.35.0"
__version__ = "4.35.1"


authorizations = {
2 changes: 1 addition & 1 deletion materializationengine/blueprints/client/api2.py
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
from materializationengine.blueprints.client.utils import update_notice_text_warnings
from materializationengine.blueprints.client.utils import after_request

__version__ = "4.35.0"
__version__ = "4.35.1"


authorizations = {
2 changes: 1 addition & 1 deletion materializationengine/blueprints/materialize/api.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
)


__version__ = "4.35.0"
__version__ = "4.35.1"


bulk_upload_parser = reqparse.RequestParser()
2 changes: 1 addition & 1 deletion materializationengine/views.py
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
import caveclient


__version__ = "4.35.0"
__version__ = "4.35.1"

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

0 comments on commit 2240e15

Please sign in to comment.