Releases: henribru/google-api-python-client-stubs
Releases · henribru/google-api-python-client-stubs
v1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.1
v1.7.0
v1.6.0
v1.5.1
This release fixes a bug where APIs that used a decimal version number (e.g. v2.1
) had underscores instead of dots in the literal of the build
overload (e.g. v2_1
). This meant that for those APIs the resource returned by build
wasn't correctly inferred. The bug happened because the dots were converted to be safe to use in package paths. Now the conversion only happens where the version is actually used in a path.