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

Commit 3c1ca51

Browse files
committed
Bump major version (2.5.0 -> 3.0.0)
Rationale: Breaking changes in API naming and versioning * API names must now match the regexp `[a-z][a-z0-9]{0,39}`. This facilitates multiple APIs being allowed in a single service. * API versions which are valid semver version strings will be parsed and the major version extracted as used in the path. This is a change from the previous behavior of using the whole string.
1 parent d6108fa commit 3c1ca51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

endpoints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from .users_id_token import InvalidGetUserCall
3434
from .users_id_token import SKIP_CLIENT_ID_CHECK
3535

36-
__version__ = '2.5.0'
36+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)