diff options
| author | Pieter Ennes <pieter@ennes.nl> | 2018-05-22 11:17:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-22 11:17:16 +0100 |
| commit | f853295b674cb2be0b83f72f71739a7a23f5936e (patch) | |
| tree | ae80818cc993283a0361caf564b5a373253aed48 /oauthlib/__init__.py | |
| parent | 979b1728b836da4e72919451ae9c684be90e822d (diff) | |
| parent | 5c76855eac8ba002289fa53e6ae82f00a64d0d9f (diff) | |
| download | oauthlib-2.x.tar.gz | |
Release 2.1.0
Diffstat (limited to 'oauthlib/__init__.py')
| -rw-r--r-- | oauthlib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
