We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bd819 commit 1ebe370Copy full SHA for 1ebe370
core/CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-cloud-core/#history
6
7
+## 1.3.0
8
+
9
+01-31-2020 13:30 PST
10
11
+### New Features
12
+- Change default api_request() timeout to non-None ([#10219](https://github.com/googleapis/google-cloud-python/pull/10219))
13
14
## 1.2.0
15
16
01-14-2020 13:22 PST
core/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-core"
24
description = "Google Cloud API client core library"
25
-version = "1.2.0"
+version = "1.3.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments