diff --git a/CHANGES.rst b/CHANGES.rst index 3bf8abb70..795bb0efc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,13 @@ Changelog ========= -Version 0.2.3 [unreleased] +Version 0.2.3 [2017-08-29] -------------------------- -WIP +- `934be13 `_: + [models] Updated sortedm2m __str__ definition +- `b76e4e2 `_: + [requirements] django-netjsonconfig>=0.6.3,<0.7.0 Version 0.2.2 [2017-07-10] -------------------------- diff --git a/openwisp_controller/__init__.py b/openwisp_controller/__init__.py index 96e92aeb3..2422ac744 100644 --- a/openwisp_controller/__init__.py +++ b/openwisp_controller/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 3, 'alpha') +VERSION = (0, 2, 3, 'final') __version__ = VERSION # alias