summaryrefslogtreecommitdiff
path: root/oauthlib/__init__.py
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:24:11 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:29:34 +0100
commitf4273e75250dd36c88d63dc075ae45650a5172e9 (patch)
tree31f7412ac798bc0b629c6f9e104104f10d0e284a /oauthlib/__init__.py
parent45135a25d4dde6f0d1d6a9b735a40159ac391c11 (diff)
downloadoauthlib-f4273e75250dd36c88d63dc075ae45650a5172e9.tar.gz
Bump to 2019
Diffstat (limited to 'oauthlib/__init__.py')
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index e4ee2fd..b37d288 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -5,7 +5,7 @@
A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic.
- :copyright: (c) 2018 by The OAuthlib Community
+ :copyright: (c) 2019 by The OAuthlib Community
:license: BSD, see LICENSE for details.
"""
import logging