Skip to content

Commit 9cdb2e2

Browse files
author
Jon Wayne Parrott
authored
Release v1.6.6 (#489)
1 parent bae748a commit 9cdb2e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.6.6
2+
Version 1.6.6
3+
4+
Bugfix release
5+
6+
- Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
7+
- Increase the default media chunksize to 100MB. (#482)
8+
- Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
9+
110
v1.6.5
211
Version 1.6.5
312

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.6.5"
15+
__version__ = "1.6.6"
1616

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

0 commit comments

Comments
 (0)