Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Oct 8, 2020
1 parent 988cd27 commit 3f63507
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Changelog
=========

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

WIP
- [chores] Allow passing a string or uuid to the
`Organization membership helpers <https://github.com/openwisp/openwisp-users#organization-membership-helpers>`_
- [fix] The ``OrganizationUser`` instance of an ``OrganizationOwner``
won't be allowed to be ``is_admin=False``
- [fix] Fixed mutable class attribute in MultitenantAdminMixin
- [fix] Fixed exception when deleting ``OrganizationUser`` of an owner
- [fix] Fixed typographical error in organization name

Version 0.4.0 [2020-08-23]
--------------------------
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, 'alpha')
VERSION = (0, 4, 1, 'final')
__version__ = VERSION # alias

default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'
Expand Down

0 comments on commit 3f63507

Please sign in to comment.