From ab730b4aebe4a2e89de3ee1ff1a4bbb238267e20 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 10 Mar 2017 12:36:36 +0100 Subject: [PATCH] 0.1.1 release --- CHANGES.rst | 5 +++-- openwisp_controller/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4fca506d7..829c638ac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,11 @@ Changelog ========= -Version 0.1.1 [unreleased] +Version 0.1.1 [2017-03-10] -------------------------- -WIP +- `cbca4e1 `_: + [users] Fixed integration with `openwisp-users `_ Version 0.1.0 [2017-03-08] -------------------------- diff --git a/openwisp_controller/__init__.py b/openwisp_controller/__init__.py index 03aae4c17..f30cf7481 100644 --- a/openwisp_controller/__init__.py +++ b/openwisp_controller/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 1, 'alpha') +VERSION = (0, 1, 1, 'final') __version__ = VERSION # alias