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