Skip to content

Commit 50a46de

Browse files
committed
1.0.1 release
1 parent 57e9a5d commit 50a46de

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGES.rst

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

4+
Version 1.0.1 [2022-05-11]
5+
--------------------------
6+
7+
- Admin: show main group information in ``DeviceGroupAdmin`` list:
8+
- name
9+
- organization
10+
- modified
11+
- created
12+
- Fixed uncaught exception triggered on the deletion of
13+
VPN client certificates
14+
- SSH connection: fixed OpenWrt <= 19 authentication failure
15+
- The SSH connection is now explicitly closed when
16+
the authentication fails to avoid leaving lingering SSH
17+
connection objects open
18+
419
Version 1.0.0 [2022-04-29]
520
--------------------------
621

openwisp_controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 0, 'final')
1+
VERSION = (1, 0, 1, 'final')
22
__version__ = VERSION # alias
33

44

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ django-taggit~=2.1.0
55
django-loci~=1.0.1
66
django-flat-json-widget~=0.2.0
77
openwisp-utils[rest]~=1.0.1
8-
netjsonconfig~=1.0.0
8+
netjsonconfig~=1.0.1
99
openwisp-users~=1.0.0
1010
openwisp-notifications~=1.0.0
1111
openwisp-ipam~=1.0.0

0 commit comments

Comments
 (0)