Skip to content

Commit

Permalink
Bump version: 4.20.2 → 4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Oct 23, 2023
1 parent bcf3454 commit 0ef975f
Show file tree
Hide file tree
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.20.2
current_version = 4.21.0
commit = True
tag = True

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

# The full version, including alpha/beta/rc tags
release = "4.20.2"
release = "4.21.0"


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


__version__ = "4.20.2"
__version__ = "4.21.0"


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


__version__ = "4.20.2"
__version__ = "4.21.0"


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


__version__ = "4.20.2"
__version__ = "4.21.0"


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


__version__ = "4.20.2"
__version__ = "4.21.0"

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

Expand Down

0 comments on commit 0ef975f

Please sign in to comment.