summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Ennes <pieter@authentiq.com>2018-04-23 21:47:51 +0100
committerPieter Ennes <pieter@ennes.nl>2018-05-26 20:26:52 +0100
commit789220fc5b450ed72899d87961eef155fbd22fc6 (patch)
tree3abba1aa718cd9e41565ad21bb8775041bf8b716
parent6da09f284593546daac545d625f68014d7464c39 (diff)
downloadoauthlib-789220fc5b450ed72899d87961eef155fbd22fc6.tar.gz
Prepare 2.1.0 release.
(cherry picked from commit 5c76855)
-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