Skip to content

Commit fc813af

Browse files
pandafynemesifier
authored andcommitted
0.8.2 release
1 parent cd82dc3 commit fc813af

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGES.rst

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

4+
Version 0.8.2 [2020-12-11]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed the `bug <https://github.com/openwisp/openwisp-controller/issues/334>`_
11+
that prevented users from adding/editing access credentials.
12+
13+
Changes
14+
~~~~~~~
15+
16+
- Increased `django-x509 <https://github.com/openwisp/django-x509#django-x509>`_
17+
version to 0.9.2
18+
- Increased `django-flat-json-widget <https://github.com/openwisp/django-flat-json-widget#django-flat-json-widget>`_
19+
version to 0.1.2
20+
- Changed the `preview` button colors for better readability
21+
- Added *help text* for *device name* field
22+
423
Version 0.8.1 [2020-12-02]
524
--------------------------
625

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

44

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ platforms:
1010
- linux
1111
softwareType: standalone/web
1212
releaseDate: '2020-12-02'
13-
softwareVersion: 0.8.1
13+
softwareVersion: 0.8.2
1414
logo: 'openwisp.org.svg'
1515
categories:
1616
- network-management

0 commit comments

Comments
 (0)