Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 00dd7c7

Browse files
authored
Bump version: 4.7.0 → 4.8.0 (#186)
1 parent a1fd3c3 commit 00dd7c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

endpoints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from .users_id_token import InvalidGetUserCall
4040
from .users_id_token import SKIP_CLIENT_ID_CHECK
4141

42-
__version__ = '4.7.0'
42+
__version__ = '4.8.0'
4343

4444
_logger = logging.getLogger(__name__)
4545
_logger.setLevel(logging.INFO)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 4.7.0
4+
current_version = 4.8.0
55

66
[tool:pytest]
77
usefixtures = appengine_environ

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='google-endpoints',
29-
version='4.7.0',
29+
version='4.8.0',
3030
description='Google Cloud Endpoints',
3131
long_description=open('README.rst').read(),
3232
author='Google Endpoints Authors',

0 commit comments

Comments
 (0)