Skip to content

Commit

Permalink
0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 18, 2020
1 parent db1297b commit 422639e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

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

- [controller] Added ``NETJSONCONFIG_REGISTRATION_SELF_CREATION``
- [models] Handled accidental duplication of files across templates
- [controller] Update hardware device info during registration
(if the device already exists, the registration will update its info)
- [admin] Moved ``hardware_id`` field in device list admin
- [bugfix] Fixed broken preview when using ``hardware_id`` context var
- [models] Flagged ``hardware_id`` as not unique (it's ``unique_together`` with ``organization``)
- [admin] Hidden device configuration context field into advanced options
- [models] Removed LEDE from the OpenWRT backend label
- [docker] Added ``REDIS_URL`` to docker-compose.yml and settings.py (for dev and test env)

Version 0.5.1 [2020-02-28]
--------------------------

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


Expand Down

0 comments on commit 422639e

Please sign in to comment.