Skip to content

Commit 5143ea2

Browse files
committed
0.1.0 release
1 parent 875512a commit 5143ea2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Changelog
22
=========
33

4-
Version 0.1 [unreleased]
5-
------------------------
4+
Version 0.1.0 [2017-03-08]
5+
--------------------------
66

7-
WIP
7+
- added multi-tenancy (separation of organizations) to `openwisp2 <http://openwisp.org>`_
8+
- added email confirmation of new users (via `django-allauth <http://www.intenct.nl/projects/django-allauth/>`_)

openwisp_controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 0, 'alpha')
1+
VERSION = (0, 1, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)