File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Version 0.2.1 [unreleased ]
4
+ Version 0.2.1 [2017-07-05 ]
5
5
--------------------------
6
6
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
8
16
9
17
Version 0.2.0 [2017-05-24]
10
18
--------------------------
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 2 , 1 , 'alpha ' )
1
+ VERSION = (0 , 2 , 1 , 'final ' )
2
2
__version__ = VERSION # alias
3
3
4
4
You can’t perform that action at this time.
0 commit comments