From 8375cd92617291e670c69f81cc8b01e12e311d24 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 11 Aug 2023 20:52:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.17.0=20=E2=86=92=204.17.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/materialize/api.py | 2 +- materializationengine/views.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ff6c0b71..772122ad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.17.0 +current_version = 4.17.1 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 99c2f0c9..e32dbd15 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.17.0" +release = "4.17.1" master_doc = "index" diff --git a/materializationengine/__init__.py b/materializationengine/__init__.py index b80decf2..4afe96e7 100644 --- a/materializationengine/__init__.py +++ b/materializationengine/__init__.py @@ -1 +1 @@ -__version__ = "4.17.0" +__version__ = "4.17.1" diff --git a/materializationengine/blueprints/client/api.py b/materializationengine/blueprints/client/api.py index 898ca350..b5738f82 100644 --- a/materializationengine/blueprints/client/api.py +++ b/materializationengine/blueprints/client/api.py @@ -31,7 +31,7 @@ -__version__ = "4.17.0" +__version__ = "4.17.1" authorizations = { diff --git a/materializationengine/blueprints/materialize/api.py b/materializationengine/blueprints/materialize/api.py index b4e6b933..b84dabe7 100644 --- a/materializationengine/blueprints/materialize/api.py +++ b/materializationengine/blueprints/materialize/api.py @@ -31,7 +31,7 @@ ) -__version__ = "4.17.0" +__version__ = "4.17.1" bulk_upload_parser = reqparse.RequestParser() diff --git a/materializationengine/views.py b/materializationengine/views.py index b4818f7b..319af399 100644 --- a/materializationengine/views.py +++ b/materializationengine/views.py @@ -51,7 +51,7 @@ import caveclient -__version__ = "4.17.0" +__version__ = "4.17.1" views_bp = Blueprint("views", __name__, url_prefix="/materialize/views")