Skip to content

Commit ac4c567

Browse files
committed
0.8.3 release
1 parent 92949c0 commit ac4c567

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
Version 0.8.3 [2020-12-18]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Increased minimum `openwisp-users version to ~=0.5.1
11+
<https://github.com/openwisp/openwisp-users/blob/master/CHANGES.rst#version-051-2020-12-13>`_,
12+
which fixes an `issue in the production setup <https://github.com/openwisp/ansible-openwisp2/issues/233>`_
13+
414
Version 0.8.2 [2020-12-11]
515
--------------------------
616

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

44

0 commit comments

Comments
 (0)