This repository was archived by the owner on Apr 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939from .users_id_token import InvalidGetUserCall
4040from .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 )
Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = False
4- current_version = 4.7 .0
4+ current_version = 4.8 .0
55
66[tool:pytest]
77usefixtures = appengine_environ
Original file line number Diff line number Diff line change 2626
2727setup (
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' ,
You can’t perform that action at this time.
0 commit comments