Skip to content

Commit 326cd51

Browse files
committed
apiclient release v1.3.2.
1 parent e633be1 commit 326cd51

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.3.2
2+
Version 1.3.2
3+
4+
Small bugfix release.
5+
6+
- Fix an infinite loop for downloading small files.
7+
- Fix a unicode error in error encoding.
8+
- Better handling of `content-length` in media requests.
9+
- Add support for methodPath entries containing colon.
10+
111
v1.3.1
212
Version 1.3.1
313

googleapiclient/__init__.py

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

15-
__version__ = "1.3.1"
15+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)