Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Dec 2, 2016
1 parent d840bec commit 443df66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changelog
=========

v0.4.0
------

- ``transports.grpc.secure_authorized_channel`` now passes ``kwargs`` to ``grpc.secure_channel``. (#90)
- Added new property ``credentials.Singing.signer_email`` which can be used to identify the signer of a message. (#89)
- (google_auth_httplib2) Added a proxy to ``httplib2.Http.connections``.

v0.3.2
------

- Fixed an issue where an `ImportError` would occur if `google.oauth2` was imported before `google.auth`. (#88)
- Fixed an issue where an ``ImportError`` would occur if ``google.oauth2`` was imported before ``google.auth``. (#88)

v0.3.1
------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.2'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.2'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='google-auth',
version='0.3.2',
version='0.4.0',
author='Google Cloud Platform',
author_email='[email protected]',
description='Google Authentication Library',
Expand Down

0 comments on commit 443df66

Please sign in to comment.