summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-06-25 11:28:45 +0200
committerIb Lundgren <ib.lundgren@gmail.com>2012-06-25 11:28:45 +0200
commitb70c19b4ae783507c929ee88f9b0cdcb101a9131 (patch)
treea9e5c74c6479d6d237b2a87e5bd7afe18ffd8e1d
parent1edaaf2f5e92744e4fd06c908e507a47279b3db9 (diff)
downloadoauthlib-0.1.4.tar.gz
0.1.40.1.4
-rw-r--r--README.rst4
-rwxr-xr-xsetup.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b68b4aa..9bd4fe5 100644
--- a/README.rst
+++ b/README.rst
@@ -35,10 +35,12 @@ Changelog
*OAuthLib is in active development, with most of OAuth1 complete and OAuth2
already in the works.*
+0.1.4: soft dependency on PyCrypto
+
0.1.3: use python-rsa instead of pycrypto.
0.1.1 / 0.1.2: Fix installation of pycrypto dependency.
0.1.0: OAuth 1 client functionality seems to be working. Hooray!
-0.0.x: In the beginning, there was the word. \ No newline at end of file
+0.0.x: In the beginning, there was the word.
diff --git a/setup.py b/setup.py
index b211ab1..1c036d7 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ requires = []
setup(
name='oauthlib',
- version='0.1.3',
+ version='0.1.4',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',