Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'fix-oauthlib-pinned-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
synasius committed Jul 2, 2014
2 parents 324cd9c + ee1cbc3 commit 5a0dd65
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ Roadmap / Todo list (help wanted)
Changelog
---------

0.7.2 [2014-07-02]
~~~~~~~~~~~~~~~~~~

* Don't pin oauthlib

0.7.1 [2014-04-27]
~~~~~~~~~~~~~~~~~~

Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.7.2 [2014-07-02]
~~~~~~~~~~~~~~~~~~

* Don't pin oauthlib


0.7.0 [2014-03-01]
------------------

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.7.1'
__version__ = '0.7.2'

__author__ = "Massimiliano Pippi & Federico Frenguelli"

Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==1.2b1
South==0.8.2
oauthlib==0.6.1
oauthlib>=0.6.1
six==1.3.0
django-braces==1.2.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version(package):
'django>=1.4',
'django-braces>=1.2.2',
'six>=1.3.0',
'oauthlib==0.6.1',
'oauthlib>=0.6.1',
],
zip_safe=False,
)

0 comments on commit 5a0dd65

Please sign in to comment.