Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johngian committed Jun 14, 2017
1 parent b0c85c6 commit 5889213
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
History
-------
0.3.0 (2017-06-13)
++++++++++++++++++

Backwards-incompatible changes:

* The settings.SITE_URL is no longer used. Instead the absolute URL is
derived from the request's get_host().
* Only log out by HTTP POST allowed.

Features:

* None

Bugs:

* Logout using POST not GET (#126)
* Test suite maintenance (#108, #109, #142)

0.2.0 (2017-06-07)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion mozilla_django_oidc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand Down

0 comments on commit 5889213

Please sign in to comment.