Skip to content

Commit

Permalink
Release v1.6.6 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Mar 28, 2018
1 parent bae748a commit 9cdb2e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.6.6
Version 1.6.6

Bugfix release

- Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
- Increase the default media chunksize to 100MB. (#482)
- Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)

v1.6.5
Version 1.6.5

Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.6.5"
__version__ = "1.6.6"

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down

0 comments on commit 9cdb2e2

Please sign in to comment.