Skip to content

Commit 83fbfd2

Browse files
authored
0.8.1 release
1 parent 4c953dc commit 83fbfd2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

4+
Version 0.8.1 [2020-12-02]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed tests that were dependent on specific settings of the Django project.
11+
412
Version 0.8.0 [2020-11-23]
513
--------------------------
614

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

44

0 commit comments

Comments
 (0)