From b216f1e31ab0dfa1b3c6e29814a0514957f71922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Nov 2024 04:14:17 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.35.2=20=E2=86=92=204.35.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- materializationengine/__init__.py | 2 +- materializationengine/blueprints/client/api.py | 2 +- materializationengine/blueprints/client/api2.py | 2 +- materializationengine/blueprints/materialize/api.py | 2 +- materializationengine/views.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d10bec9b..ca535cff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.35.2 +current_version = 4.35.3 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index ff1af1a4..eed7138f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Derrick Brittain, Forrest Collman, Sven Dorkenwald" # The full version, including alpha/beta/rc tags -release = "4.35.2" +release = "4.35.3" master_doc = "index" diff --git a/materializationengine/__init__.py b/materializationengine/__init__.py index f5273fdc..641fcc16 100644 --- a/materializationengine/__init__.py +++ b/materializationengine/__init__.py @@ -1 +1 @@ -__version__ = "4.35.2" +__version__ = "4.35.3" diff --git a/materializationengine/blueprints/client/api.py b/materializationengine/blueprints/client/api.py index c01e650e..2aad1285 100644 --- a/materializationengine/blueprints/client/api.py +++ b/materializationengine/blueprints/client/api.py @@ -30,7 +30,7 @@ from materializationengine.blueprints.client.datastack import validate_datastack -__version__ = "4.35.2" +__version__ = "4.35.3" authorizations = { diff --git a/materializationengine/blueprints/client/api2.py b/materializationengine/blueprints/client/api2.py index 7e32eae0..c1e629bb 100644 --- a/materializationengine/blueprints/client/api2.py +++ b/materializationengine/blueprints/client/api2.py @@ -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.2" +__version__ = "4.35.3" authorizations = { diff --git a/materializationengine/blueprints/materialize/api.py b/materializationengine/blueprints/materialize/api.py index 44c51613..32c2d73d 100644 --- a/materializationengine/blueprints/materialize/api.py +++ b/materializationengine/blueprints/materialize/api.py @@ -36,7 +36,7 @@ ) -__version__ = "4.35.2" +__version__ = "4.35.3" bulk_upload_parser = reqparse.RequestParser() diff --git a/materializationengine/views.py b/materializationengine/views.py index ea7b84e0..5e7d41f1 100644 --- a/materializationengine/views.py +++ b/materializationengine/views.py @@ -56,7 +56,7 @@ import caveclient -__version__ = "4.35.2" +__version__ = "4.35.3" views_bp = Blueprint("views", __name__, url_prefix="/materialize/views")