Skip to content

Commit

Permalink
Prepare for 0.4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jan 18, 2017
1 parent 749de6f commit a29687f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
#########

next
====
0.4.3 January 18, 2017
======================

* Adds support for forwarding ``GET`` parameters through the 2FA workflow. This
fixes ``next`` not working when logging in using 2FA.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="django-allauth-2fa",
version="0.4.2",
version="0.4.3",
packages=find_packages(),
install_requires=[
"django>=1.8",
Expand Down

0 comments on commit a29687f

Please sign in to comment.