Skip to content

Commit a689563

Browse files
committed
0.6.0 release
1 parent ec4350f commit a689563

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.6.0 [2020-04-02]
5+
--------------------------
6+
7+
- Added controller view that allows to update the device information (firmware version used)
8+
- Recover deleted object views in recoverable objects now show latest objects first
9+
- Added ``NETJSONCONFIG_HARDWARE_ID_AS_NAME`` setting
10+
411
Version 0.5.2 [2020-03-18]
5-
---------------------------
12+
--------------------------
613

714
- [controller] Added ``NETJSONCONFIG_REGISTRATION_SELF_CREATION``
815
- [models] Handled accidental duplication of files across templates

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

44

0 commit comments

Comments
 (0)