Skip to content

Commit

Permalink
Bump version: 2.5.6 → 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Aug 13, 2021
1 parent 8f51b04 commit 81d64aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.5.6
current_version = 2.5.7
commit = True
tag = True

Expand All @@ -14,4 +14,3 @@ tag = True
[bumpversion:file:docs/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"

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.5.6"
release = "2.5.7"

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.5.6"
__version__ = "2.5.7"
2 changes: 1 addition & 1 deletion materializationengine/blueprints/client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from flask_restx import inputs
import time

__version__ = "2.5.6"
__version__ = "2.5.7"


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 @@ -17,7 +17,7 @@
from sqlalchemy.engine.url import make_url
from sqlalchemy.exc import NoSuchTableError

__version__ = "2.5.6"
__version__ = "2.5.7"


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

__version__ = "2.5.6"
__version__ = "2.5.7"

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

Expand Down

0 comments on commit 81d64aa

Please sign in to comment.