We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c85c6 commit 5889213Copy full SHA for 5889213
HISTORY.rst
@@ -2,6 +2,24 @@
2
3
History
4
-------
5
+0.3.0 (2017-06-13)
6
+++++++++++++++++++
7
+
8
+Backwards-incompatible changes:
9
10
+* The settings.SITE_URL is no longer used. Instead the absolute URL is
11
+ derived from the request's get_host().
12
+* Only log out by HTTP POST allowed.
13
14
+Features:
15
16
+* None
17
18
+Bugs:
19
20
+* Logout using POST not GET (#126)
21
+* Test suite maintenance (#108, #109, #142)
22
23
0.2.0 (2017-06-07)
24
25
mozilla_django_oidc/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.2.0'
+__version__ = '0.3.0'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.2.0
+current_version = 0.3.0
commit = True
tag = True
0 commit comments