Skip to content

Commit

Permalink
Release v1.6.7 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Apr 27, 2018
1 parent 0c0c897 commit 504a6e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG
@@ -1,3 +1,20 @@
v1.6.7
Version 1.6.7

Bugfix release

**Note**: The next release of this library will no longer directly depend on
oauth2client. If you need to use oauth2client, you'll need to explicitly
install it.

- Make body optional for requests with no parameters. (#446)
- Fix retying on socket.timeout. (#495)
- Match travis matrix with tox testenv. (#498)
- Remove oauth2client._helpers dependency. (#493)
- Remove unused keyring test dependency. (#496)
- discovery.py: remove unused oauth2client import. (#492)
- Update README to reference GCP API client libraries. (#490)

v1.6.6
Version 1.6.6

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

__version__ = "1.6.6"
__version__ = "1.6.7"

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

0 comments on commit 504a6e5

Please sign in to comment.