summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omerk@checkpoint.com>2017-09-17 14:23:57 +0300
committerOmer Katz <omerk@checkpoint.com>2017-09-17 14:23:57 +0300
commit82c77e3f716e9a2fd484e2e73fd666d2f9532a28 (patch)
tree5be7fa74984f0d4a7b92a6e625331321d34d460d
parent433e1a1337f2a2a206da14636ef8e33158cd6895 (diff)
downloadoauthlib-2.0.4.tar.gz
Bump version.v2.0.4
-rw-r--r--CHANGELOG.rst4
-rw-r--r--oauthlib/__init__.py2
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