Thanks to visit codestin.com Credit goes to github.com
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 e469a9f commit bf7066eCopy full SHA for bf7066e
CHANGELOG
@@ -1,3 +1,14 @@
1
+v1.5.2
2
+ Version 1.5.2
3
+
4
+ Bugfix release
5
6
+ - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
7
+ - Fix project_id argument description. (#257)
8
+ - Retry chunk uploaded on rate limit exceeded errors. (#255)
9
+ - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
10
+ - Warn when running tests using HttpMock without having a cache. (#261)
11
12
v1.5.1
13
Version 1.5.1
14
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
15
-__version__ = "1.5.1"
+__version__ = "1.5.2"
16
17
# Set default logging handler to avoid "No handler found" warnings.
18
import logging
0 commit comments