summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Ennes <pieter@authentiq.com>2018-04-23 21:47:51 +0100
committerPieter Ennes <pieter@authentiq.com>2018-05-21 13:47:22 +0100
commit5c76855eac8ba002289fa53e6ae82f00a64d0d9f (patch)
treeae80818cc993283a0361caf564b5a373253aed48
parentb7b5aaf891e6b5d8b5f457ded47ca063f85a3162 (diff)
downloadoauthlib-5c76855eac8ba002289fa53e6ae82f00a64d0d9f.tar.gz
Prepare 2.1.0 release.
-rw-r--r--CHANGELOG.rst9
-rw-r--r--oauthlib/__init__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7389af0..a8e1941 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog
=========
+2.1.0 (2018-05-21)
+------------------
+
+* Fixed some copy and paste typos (#535)
+* Use secrets module in Python 3.6 and later (#533)
+* Add request argument to confirm_redirect_uri (#504)
+* Avoid populating spurious token credentials (#542)
+* Make populate attributes API public (#546)
+
2.0.7 (2018-03-19)
------------------
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index 3645010..3393efe 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -10,7 +10,7 @@
"""
__author__ = 'The OAuthlib Community'
-__version__ = '2.0.7'
+__version__ = '2.1.0'
import logging