diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2012-06-25 11:28:45 +0200 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2012-06-25 11:28:45 +0200 |
| commit | b70c19b4ae783507c929ee88f9b0cdcb101a9131 (patch) | |
| tree | a9e5c74c6479d6d237b2a87e5bd7afe18ffd8e1d | |
| parent | 1edaaf2f5e92744e4fd06c908e507a47279b3db9 (diff) | |
| download | oauthlib-0.1.4.tar.gz | |
0.1.40.1.4
| -rw-r--r-- | README.rst | 4 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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. @@ -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', |
