Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.

Commit 6afc97a

Browse files
author
Michael Kelly
committed
1.0.0. Finally.
1 parent 443fddc commit 6afc97a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.rst

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

6+
1.0.0 (2015-04-30)
7+
++++++++++++++++++
8+
- Drop support for Django 1.4 to 1.6 and add 1.8 support. We now support Django
9+
1.7 and 1.8 across Python 2.7, 3.2, 3.3, and 3.4.
10+
11+
- Removed fancy_tag dependency.
12+
13+
614
0.11.1 (2015-01-27)
715
+++++++++++++++++++
816
- Fix circular import bug with jingo that was blocking people from upgrading

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.1'
8+
__version__ = '1.0.0'
99

1010
from django_browserid.auth import (
1111
BrowserIDBackend,

docs/user/upgrading.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ 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.1
8+
0.10.1 to 1.0.0
99
---------------
10-
No changes are necessary to switch from 0.10.1 to 0.11.1.
10+
No changes are necessary to switch from 0.10.1 to 1.0.0. ``fancy_tag`` was
11+
removed as a dependency in 1.0.0, in case you explicitly include it for your
12+
application.
1113

1214

1315
0.9 to 0.10.1

0 commit comments

Comments
 (0)