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

Commit

Permalink
1.0.0. Finally.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Apr 30, 2015
1 parent 443fddc commit 6afc97a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

1.0.0 (2015-04-30)
++++++++++++++++++
- Drop support for Django 1.4 to 1.6 and add 1.8 support. We now support Django
1.7 and 1.8 across Python 2.7, 3.2, 3.3, and 3.4.

- Removed fancy_tag dependency.


0.11.1 (2015-01-27)
+++++++++++++++++++
- Fix circular import bug with jingo that was blocking people from upgrading
Expand Down
2 changes: 1 addition & 1 deletion django_browserid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
__version__ = '0.11.1'
__version__ = '1.0.0'

from django_browserid.auth import (
BrowserIDBackend,
Expand Down
6 changes: 4 additions & 2 deletions docs/user/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ in the right place. This document describes the major changes required to get
your site up to the latest and greatest!


0.10.1 to 0.11.1
0.10.1 to 1.0.0
---------------
No changes are necessary to switch from 0.10.1 to 0.11.1.
No changes are necessary to switch from 0.10.1 to 1.0.0. ``fancy_tag`` was
removed as a dependency in 1.0.0, in case you explicitly include it for your
application.


0.9 to 0.10.1
Expand Down

0 comments on commit 6afc97a

Please sign in to comment.