Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 11, 2022
1 parent 57e9a5d commit 50a46de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 1.0.1 [2022-05-11]
--------------------------

- Admin: show main group information in ``DeviceGroupAdmin`` list:
- name
- organization
- modified
- created
- Fixed uncaught exception triggered on the deletion of
VPN client certificates
- SSH connection: fixed OpenWrt <= 19 authentication failure
- The SSH connection is now explicitly closed when
the authentication fails to avoid leaving lingering SSH
connection objects open

Version 1.0.0 [2022-04-29]
--------------------------

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


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-taggit~=2.1.0
django-loci~=1.0.1
django-flat-json-widget~=0.2.0
openwisp-utils[rest]~=1.0.1
netjsonconfig~=1.0.0
netjsonconfig~=1.0.1
openwisp-users~=1.0.0
openwisp-notifications~=1.0.0
openwisp-ipam~=1.0.0
Expand Down

0 comments on commit 50a46de

Please sign in to comment.