Skip to content

Commit

Permalink
Bump version: 4.0.21 → 4.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 24, 2022
1 parent e3664b8 commit 827a2cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0.21
current_version = 4.0.22
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 @@ -24,7 +24,7 @@
author = "Derrick Brittain, Forrest Collman, Sven Dorkenwald"

# The full version, including alpha/beta/rc tags
release = "4.0.21"
release = "4.0.22"

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.0.21"
__version__ = "4.0.22"
2 changes: 1 addition & 1 deletion materializationengine/blueprints/client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)
from sqlalchemy.engine.url import make_url

__version__ = "4.0.21"
__version__ = "4.0.22"


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 @@ -18,7 +18,7 @@
from sqlalchemy.exc import NoSuchTableError


__version__ = "4.0.21"
__version__ = "4.0.22"



Expand Down
2 changes: 1 addition & 1 deletion materializationengine/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from materializationengine.info_client import get_datastack_info, get_datastacks
from materializationengine.schemas import AnalysisTableSchema, AnalysisVersionSchema

__version__ = "4.0.21"
__version__ = "4.0.22"

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

Expand Down

0 comments on commit 827a2cc

Please sign in to comment.