Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf7066e

Browse files
author
Jon Wayne Parrott
committed
Update version and changelog for v1.5.2
1 parent e469a9f commit bf7066e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
v1.5.1
213
Version 1.5.1
314

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.5.1"
15+
__version__ = "1.5.2"
1616

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

0 commit comments

Comments
 (0)