Skip to content

Commit

Permalink
Bump version: 2.9.2 → 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Nov 17, 2021
1 parent 58a64e7 commit 3e69a27
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 = 2.9.2
current_version = 2.9.3
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 = "2.9.2"
release = "2.9.3"

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__ = "2.9.2"
__version__ = "2.9.3"
2 changes: 1 addition & 1 deletion materializationengine/blueprints/client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import time


__version__ = "2.9.2"
__version__ = "2.9.3"


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__ = "2.9.2"
__version__ = "2.9.3"


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 @@ -27,7 +27,7 @@
)


__version__ = "2.9.2"
__version__ = "2.9.3"

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

Expand Down

0 comments on commit 3e69a27

Please sign in to comment.