Skip to content

Commit a3d7031

Browse files
committed
0.2.1 release
1 parent 819cb21 commit a3d7031

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
Changelog
22
=========
33

4-
Version 0.2.1 [unreleased]
4+
Version 0.2.1 [2017-07-05]
55
--------------------------
66

7-
WIP
7+
- `0064b98 <https://github.com/openwisp/openwisp-controller/commit/0064b98>`_:
8+
[device] Added ``system`` field
9+
- `c7fe513 <https://github.com/openwisp/openwisp-controller/commit/c7fe513>`_:
10+
[docs] Added "Installing for development" section to README
11+
- `c75fa68 <https://github.com/openwisp/openwisp-controller/commit/c75fa68>`_:
12+
[openwisp-utils] Moved shared logic to `openwisp-utils
13+
<https://github.com/openwisp/openwisp-utils>`_
14+
- `819cb21 <https://github.com/openwisp/openwisp-controller/commit/819cb21>`_:
15+
[requirements] django-netjsonconfig>=0.6.2,<0.7.0
816

917
Version 0.2.0 [2017-05-24]
1018
--------------------------

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, 2, 1, 'alpha')
1+
VERSION = (0, 2, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)