Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Dec 1, 2016
1 parent 6dca98c commit 3f44cd6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v0.3.2
------

- 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.0.1a'
version = '0.3.2'
# The full version, including alpha/beta/rc tags.
release = '0.0.1a'
release = '0.3.2'

# 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.1',
version='0.3.2',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',
Expand Down

0 comments on commit 3f44cd6

Please sign in to comment.