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

Commit

Permalink
Version bump so I can upload better stuff to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Mar 2, 2016
1 parent 6cdd34e commit 859bc59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

2.0.1 (2016-03-02)
++++++++++++++++++
- Version number bump to upload a new package to PyPI. The previously-built
wheel included some outdated files that we want to get rid of.


2.0.0 (2015-12-21)
++++++++++++++++++
- **Backwards Incompatible Change:** Fix behavior of ``browserid_login`` and
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__ = '2.0.0'
__version__ = '2.0.1'

from django_browserid.auth import (
BrowserIDBackend,
Expand Down

0 comments on commit 859bc59

Please sign in to comment.