Skip to content

Commit 597d242

Browse files
committed
0.5.1 release
1 parent d081a37 commit 597d242

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.5.1 [2020-02-28]
5+
--------------------------
6+
7+
- [models] Improved consistent key generation, now a consisten key is generated
8+
also when creating devices from the admin interface (or via model API),
9+
before it was only done during registration
10+
- [admin] Fixed unsaved changes JS bug that was triggered in certain cases
11+
- [deps] Switched back to jsonfield
12+
413
Version 0.5.0 [2020-02-05]
514
--------------------------
615

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

44

0 commit comments

Comments
 (0)