Skip to content

Commit bee18f2

Browse files
committed
bumped version to 0.11.0
1 parent a4e2d7b commit bee18f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Roadmap / Todo list (help wanted)
9797
Changelog
9898
---------
9999

100-
Development
100+
0.11.0 [2016-12-1]
101101
~~~~~~~~~~~
102102

103103
* #315: AuthorizationView does not overwrite requests on get

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Development
4+
0.11.0 [2016-12-1]
55
~~~~~~~~~~~
66

77
* #424: Added a ROTATE_REFRESH_TOKEN setting to control whether refresh tokens are reused or not

oauth2_provider/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.10.0'
1+
__version__ = '0.11.0'
22

33
__author__ = "Massimiliano Pippi & Federico Frenguelli"
44

0 commit comments

Comments
 (0)