Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Tripathi <[email protected]>
Co-authored-by: Federico Capoano <[email protected]>
  • Loading branch information
atb00ker and nemesifier authored Aug 17, 2020
1 parent c71e555 commit efc078f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Changelog
=========

Version 0.3.1 [2020-08-17]
--------------------------

- [deps] Updated openwisp-utils to 0.6.0
- [test] Added functions to add inline fields in extended app's integration testing

Version 0.3.0 [2020-08-14]
--------------------------

Features
~~~~~~~~

- [models] Added `swappable models and extensible classes <https://github.com/openwisp/openwisp-users#extend-openwisp-users>`_
- [admin] Added support for `organization owners <https://github.com/openwisp/openwisp-users#organization-owners>`_
- [admin] Added support for `organization owners <https://github.com/openwisp/openwisp-users#organization-owners>`_
- [admin] Added default owner to each organization
- [api] Added `ObtainTokenView REST API endpoint <https://github.com/openwisp/openwisp-users#obtain-authentication-token>`_ for bearer authentication
- [api] Added `OPENWISP_USERS_AUTH_API <https://github.com/openwisp/openwisp-users#openwisp-users-auth-api>`_ and `OPENWISP_USERS_AUTH_THROTTLE_RATE <https://github.com/openwisp/openwisp-users#openwisp-users-auth-throttle-rate>`_ settings
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, 3, 0, 'final')
VERSION = (0, 3, 1, 'final')
__version__ = VERSION # alias

default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'
Expand Down

0 comments on commit efc078f

Please sign in to comment.