We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dccec commit b274355Copy full SHA for b274355
CHANGELOG
@@ -1,14 +1,20 @@
1
+v1.7.6
2
+ Version 1.7.6
3
+
4
+ Bugfix release
5
6
+ - Add client-side limit for batch requests (#585)
7
8
v1.7.5
9
Version 1.7.5
10
11
Bugfix release
12
13
- Fix the client to respect the passed in developerKey and credentials
14
-
15
v1.7.4
16
Version 1.7.4
17
18
19
20
- Catch ServerNotFoundError to retry the request (#532)
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.7.5"
+__version__ = "1.7.6"
# Set default logging handler to avoid "No handler found" warnings.
import logging
0 commit comments