Skip to content

Commit

Permalink
Bump version to 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Mar 19, 2017
1 parent 30cbfa4 commit 4ec41c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,7 +3,11 @@ Changelog

Development
-----------

2.0.2 (2017-03-19)
------------------
* Dropped support for Python 2.6, 3.2 & 3.3.
* (FIX) `OpenIDConnector` will no longer raise an AttributeError when calling `openid_authorization_validator()` twice.

2.0.1 (2016-11-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion oauthlib/__init__.py
Expand Up @@ -10,7 +10,7 @@
"""

__author__ = 'Idan Gazit <idan@gazit.me>'
__version__ = '2.0.1'
__version__ = '2.0.2'


import logging
Expand Down

0 comments on commit 4ec41c6

Please sign in to comment.