Skip to content

Commit

Permalink
Bump version: 4.7.0 → 4.8.0 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
inklesspen authored Nov 27, 2018
1 parent a1fd3c3 commit 00dd7c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion endpoints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from .users_id_token import InvalidGetUserCall
from .users_id_token import SKIP_CLIENT_ID_CHECK

__version__ = '4.7.0'
__version__ = '4.8.0'

_logger = logging.getLogger(__name__)
_logger.setLevel(logging.INFO)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 4.7.0
current_version = 4.8.0

[tool:pytest]
usefixtures = appengine_environ
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='google-endpoints',
version='4.7.0',
version='4.8.0',
description='Google Cloud Endpoints',
long_description=open('README.rst').read(),
author='Google Endpoints Authors',
Expand Down

0 comments on commit 00dd7c7

Please sign in to comment.