Skip to content

Commit

Permalink
Releasing v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Aug 4, 2014
1 parent fc8340b commit 9552ec9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
Next release
------------
0.1.1 (2014-08-04)
==================

0.0
---
Features
--------

- Initial version
- Request methods for easy integration of OAuth flows.
- Request parameters to integrate with OAuthLib modules.
- Registration of new grant, response, and token types, (optionally)
using dotted name resolution.
- Introspectable configuration.
- Full unit test coverage

Missing in this release
-----------------------

- Support for revocation.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_tests(self):

setup(
name='pyramid_oauthlib',
version='0.1',
version='0.1.1',
description='Pyramid OAuthLib integration',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 9552ec9

Please sign in to comment.