Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba2b284

Browse files
author
Michael Kelly
committedJan 27, 2015
v0.11.1 release for jingo peoples.
1 parent 02432a9 commit ba2b284

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
 

‎CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
0.11.1 (2015-01-27)
7+
+++++++++++++++++++
8+
- Fix circular import bug with jingo that was blocking people from upgrading
9+
who were using jingo.
10+
11+
612
0.11 (2014-09-25)
713
+++++++++++++++++++
814
- Add support for local assertion verification instead of relying on the remote

‎django_browserid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
License, v. 2.0. If a copy of the MPL was not distributed with this
66
file, You can obtain one at http://mozilla.org/MPL/2.0/.
77
"""
8-
__version__ = '0.11'
8+
__version__ = '0.11.1'
99

1010
from django_browserid.auth import (
1111
BrowserIDBackend,

‎docs/user/upgrading.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ in the right place. This document describes the major changes required to get
55
your site up to the latest and greatest!
66

77

8-
0.10.1 to 0.11
9-
--------------
10-
No changes are necessary to switch from 0.10.1 to 0.11.
8+
0.10.1 to 0.11.1
9+
---------------
10+
No changes are necessary to switch from 0.10.1 to 0.11.1.
1111

1212

1313
0.9 to 0.10.1

0 commit comments

Comments
 (0)
This repository has been archived.