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

Commit 859bc59

Browse files
author
Michael Kelly
committed
Version bump so I can upload better stuff to PyPI.
1 parent 6cdd34e commit 859bc59

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
2.0.1 (2016-03-02)
7+
++++++++++++++++++
8+
- Version number bump to upload a new package to PyPI. The previously-built
9+
wheel included some outdated files that we want to get rid of.
10+
11+
612
2.0.0 (2015-12-21)
713
++++++++++++++++++
814
- **Backwards Incompatible Change:** Fix behavior of ``browserid_login`` and

django_browserid/__init__.py

+1-1
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__ = '2.0.0'
8+
__version__ = '2.0.1'
99

1010
from django_browserid.auth import (
1111
BrowserIDBackend,

0 commit comments

Comments
 (0)