Skip to content

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 18, 2020
1 parent 4f36899 commit 57bc068
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

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

Features
~~~~~~~~

N/A.

Changes
~~~~~~~

- [change] Extend ``admin/base_site.html`` in ``confirm_email.html``
- [change] Updated to openwisp-utils 0.1 and switched to new ``register_menu_items``
- [change] Removed typographic error in settings which was maintained
for backward compatibility
- [change] Removed deprecated ``organizations_pk``

Bugfixes
~~~~~~~~

- [fix] Fix email confirmation when link is invalid
- [docs] Fixed several broken links in "Extend openwisp-users" section
- [fix] Allow swagger to show parameters of obtain token view

Version 0.4.1 [2020-10-08]
--------------------------

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, 4, 1, 'final')
VERSION = (0, 5, 0, 'final')
__version__ = VERSION # alias

default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'
Expand Down

0 comments on commit 57bc068

Please sign in to comment.