Skip to content

Commit

Permalink
Version 0.5.0. Changelog and readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
synasius committed Sep 17, 2013
1 parent e641795 commit cb0abee
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Requirements
------------

* Python 2.7, 3.3
* Django 1.4, 1.5, 1.6b3
* Django 1.4, 1.5, 1.6

Installation
------------
Expand Down Expand Up @@ -93,6 +93,22 @@ Highest priority first
Changelog
---------

0.5.0 [2013-09-17]

* oauthlib 0.6.0 support

**Backwards incompatible changes in 0.5.0**

* `backends.py` module has been renamed to `oauth2_backends.py` so you should change your imports whether
you're extending this module

**Bugfixes**

* Issue #54: Auth backend proposal to address #50
* Issue #61: Fix contributing page
* Issue #55: Add support for authenticating confidential client with request body params
* Issue #53: Quote characters in the url query that are safe for Django but not for oauthlib

0.4.1 [2013-09-06]

* Optimize queries on access token validation
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

0.5.0 [2013-09-17]
------------------

* oauthlib 0.6.0 support

**Backwards incompatible changes in 0.5.0**

* backends.py module has been renamed to oauth2_backends.py so you should change your imports whether you're extending
this module

**Bugfixes**

* Issue #54: Auth backend proposal to address #50
* Issue #61: Fix contributing page
* Issue #55: Add support for authenticating confidential client with request body params
* Issue #53: Quote characters in the url query that are safe for Django but not for oauthlib

0.4.1 [2013-09-06]
------------------

Expand Down
2 changes: 1 addition & 1 deletion oauth2_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.1'
__version__ = '0.5.0'

__author__ = "Massimiliano Pippi & Federico Frenguelli"

Expand Down

0 comments on commit cb0abee

Please sign in to comment.