Skip to content

Commit

Permalink
0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 29, 2020
1 parent d081a37 commit 597d242
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

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

- [models] Improved consistent key generation, now a consisten key is generated
also when creating devices from the admin interface (or via model API),
before it was only done during registration
- [admin] Fixed unsaved changes JS bug that was triggered in certain cases
- [deps] Switched back to jsonfield

Version 0.5.0 [2020-02-05]
--------------------------

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


Expand Down

0 comments on commit 597d242

Please sign in to comment.