diff options
| -rw-r--r-- | CHANGELOG.rst | 4 | ||||
| -rw-r--r-- | oauthlib/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4534edc..397fc07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +2.0.4 (2017-09-17) +------------------ +* Fixed typo that caused OAuthlib to crash because of the fix in "Address missing OIDC errors and fix a typo in the AccountSelectionRequired exception". + 2.0.3 (2017-09-07) ------------------ * Address missing OIDC errors and fix a typo in the AccountSelectionRequired exception. diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index 1ca97cd..9121582 100644 --- a/oauthlib/__init__.py +++ b/oauthlib/__init__.py @@ -10,7 +10,7 @@ """ __author__ = 'Idan Gazit <idan@gazit.me>' -__version__ = '2.0.3' +__version__ = '2.0.4' import logging |
