Skip to content

Commit b274355

Browse files
authored
Release v1.7.6 (googleapis#599)
1 parent e2dccec commit b274355

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
v1.7.5
29
Version 1.7.5
310

411
Bugfix release
512

613
- Fix the client to respect the passed in developerKey and credentials
714

8-
915
v1.7.4
1016
Version 1.7.4
11-
17+
1218
Bugfix release
1319

1420
- Catch ServerNotFoundError to retry the request (#532)

googleapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.5"
15+
__version__ = "1.7.6"
1616

1717
# Set default logging handler to avoid "No handler found" warnings.
1818
import logging

0 commit comments

Comments
 (0)