Skip to content

Commit

Permalink
0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 13, 2020
1 parent bac4b95 commit 4569b60
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Version 0.5.1 [2020-12-13]
--------------------------

Changes
~~~~~~~

- Updated django-allauth to 0.44.x
- Copied the template ``account/login.html`` from django-allauth
in order to remove the sign up link, which we do not support
- Updated django-extensions to 3.1

Bugfixes
~~~~~~~~

- Updating django-allauth to 0.44.x also fixes an `issue affecting
OpenWISP Users in production deployment (experienced in ansible-openwisp2)
<https://github.com/openwisp/ansible-openwisp2/issues/233>`_

Version 0.5.0 [2020-11-18]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_users/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 0, 'final')
VERSION = (0, 5, 1, 'final')
__version__ = VERSION # alias

default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'
Expand Down

0 comments on commit 4569b60

Please sign in to comment.