From 50b77864ed80cd456d17c7724a6c26d203a2b7a8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Jul 2024 20:45:07 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.31.0=20=E2=86=92=204.31.1?= 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 d1d1bd0f..1a5d942d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.31.0 +current_version = 4.31.1 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 9d9a42a7..505fbe78 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.31.0" +release = "4.31.1" master_doc = "index" diff --git a/materializationengine/__init__.py b/materializationengine/__init__.py index bf3ea65e..24c0e5fe 100644 --- a/materializationengine/__init__.py +++ b/materializationengine/__init__.py @@ -1 +1 @@ -__version__ = "4.31.0" +__version__ = "4.31.1" diff --git a/materializationengine/blueprints/client/api.py b/materializationengine/blueprints/client/api.py index ddf4ded5..b052ba3d 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.31.0" +__version__ = "4.31.1" authorizations = { diff --git a/materializationengine/blueprints/client/api2.py b/materializationengine/blueprints/client/api2.py index e2c0bc72..7bec3f30 100644 --- a/materializationengine/blueprints/client/api2.py +++ b/materializationengine/blueprints/client/api2.py @@ -63,7 +63,7 @@ from materializationengine.blueprints.client.utils import update_notice_text_warnings from materializationengine.blueprints.client.utils import after_request -__version__ = "4.31.0" +__version__ = "4.31.1" authorizations = { diff --git a/materializationengine/blueprints/materialize/api.py b/materializationengine/blueprints/materialize/api.py index 647b54d0..a9d288b7 100644 --- a/materializationengine/blueprints/materialize/api.py +++ b/materializationengine/blueprints/materialize/api.py @@ -32,7 +32,7 @@ ) -__version__ = "4.31.0" +__version__ = "4.31.1" bulk_upload_parser = reqparse.RequestParser() diff --git a/materializationengine/views.py b/materializationengine/views.py index 099c76e7..3141eb52 100644 --- a/materializationengine/views.py +++ b/materializationengine/views.py @@ -55,7 +55,7 @@ import caveclient -__version__ = "4.31.0" +__version__ = "4.31.1" views_bp = Blueprint("views", __name__, url_prefix="/materialize/views")