Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 2, 2020
1 parent ec4350f commit a689563
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Changelog
=========

Version 0.6.0 [2020-04-02]
--------------------------

- Added controller view that allows to update the device information (firmware version used)
- Recover deleted object views in recoverable objects now show latest objects first
- Added ``NETJSONCONFIG_HARDWARE_ID_AS_NAME`` setting

Version 0.5.2 [2020-03-18]
---------------------------
--------------------------

- [controller] Added ``NETJSONCONFIG_REGISTRATION_SELF_CREATION``
- [models] Handled accidental duplication of files across templates
Expand Down
2 changes: 1 addition & 1 deletion openwisp_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 2, 'final')
VERSION = (0, 6, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit a689563

Please sign in to comment.