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 e633be1 commit 326cd51Copy full SHA for 326cd51
CHANGELOG
@@ -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
11
v1.3.1
12
Version 1.3.1
13
googleapiclient/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.3.1"
+__version__ = "1.3.2"
0 commit comments