From 5143ea2b3a92d7111d4bb78a64f5bff316d9b802 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 8 Mar 2017 13:59:08 +0100 Subject: [PATCH] 0.1.0 release --- CHANGES.rst | 7 ++++--- openwisp_controller/__init__.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ac0503e1f..482c5fdd2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,8 @@ Changelog ========= -Version 0.1 [unreleased] ------------------------- +Version 0.1.0 [2017-03-08] +-------------------------- -WIP +- added multi-tenancy (separation of organizations) to `openwisp2 `_ +- added email confirmation of new users (via `django-allauth `_) diff --git a/openwisp_controller/__init__.py b/openwisp_controller/__init__.py index 21f26301e..c17ac1a98 100644 --- a/openwisp_controller/__init__.py +++ b/openwisp_controller/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, 'alpha') +VERSION = (0, 1, 0, 'final') __version__ = VERSION # alias