Skip to content

Commit ee72939

Browse files
committed
0.2.1 release
1 parent 5597175 commit ee72939

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

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

4+
Version 0.2.1 [2020-12-14]
5+
--------------------------
6+
7+
Changes
8+
~~~~~~~
9+
10+
- Increased openwisp-users and openwisp-utils versions to be
11+
consistent with the `OpenWISP 2020-12 release
12+
<https://github.com/openwisp/ansible-openwisp2/releases/tag/0.12.0>`_
13+
- Increased dj-rest-auth to 2.1.2 and weasyprint to 52
14+
415
Version 0.2.0 [2020-12-11]
516
--------------------------
617

openwisp_radius/__init__.py

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

44

0 commit comments

Comments
 (0)