diff --git a/CHANGES.rst b/CHANGES.rst index ac0503e1..220297d3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 0.1 [unreleased] ------------------------- +Version 0.1.0 [2017-03-06] +-------------------------- -WIP +- added basic multi-tenancy features for OpenWISP 2 diff --git a/openwisp_users/__init__.py b/openwisp_users/__init__.py index a8394ff5..868e3c8a 100644 --- a/openwisp_users/__init__.py +++ b/openwisp_users/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, 'alpha') +VERSION = (0, 1, 0, 'final') __version__ = VERSION # alias default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'