Skip to content

Commit de56386

Browse files
committed
0.9.3 release
1 parent adbc0c4 commit de56386

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.9.3 [2021-03-16]
5+
--------------------------
6+
7+
- [deps] Updated pyopenssl range to allow 20.0.x
8+
- [deps] Removed django-model-utils in favour of openwisp-utils
9+
which centralizes several dependencies used by all the OpenWISP modules
10+
(including ``django-model-utils``)
11+
412
Version 0.9.2 [2020-12-09]
513
--------------------------
614

django_x509/__init__.py

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

44

0 commit comments

Comments
 (0)