From efc078fbd1b116313fdff3635cade4330700b1bf Mon Sep 17 00:00:00 2001 From: Ajay Tripathi Date: Mon, 17 Aug 2020 21:09:31 +0530 Subject: [PATCH] 0.3.1 release Signed-off-by: Ajay Tripathi Co-authored-by: Federico Capoano --- CHANGES.rst | 8 +++++++- openwisp_users/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6de4de85..2513eec4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ 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] -------------------------- @@ -8,7 +14,7 @@ Features ~~~~~~~~ - [models] Added `swappable models and extensible classes `_ -- [admin] Added support for `organization owners `_ +- [admin] Added support for `organization owners `_ - [admin] Added default owner to each organization - [api] Added `ObtainTokenView REST API endpoint `_ for bearer authentication - [api] Added `OPENWISP_USERS_AUTH_API `_ and `OPENWISP_USERS_AUTH_THROTTLE_RATE `_ settings diff --git a/openwisp_users/__init__.py b/openwisp_users/__init__.py index 4b9c2041..0f65bd20 100644 --- a/openwisp_users/__init__.py +++ b/openwisp_users/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 0, 'final') +VERSION = (0, 3, 1, 'final') __version__ = VERSION # alias default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'