Skip to content

Commit e284da1

Browse files
committed
0.9.1 release
1 parent 88d7efc commit e284da1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

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

4+
Version 0.9.1 [2020-11-13]
5+
--------------------------
6+
7+
- [deps] Updated cryptography minimum version to 3.2 for security reasons
8+
The version range has also been relaxed to avoid having to update it too often,
9+
future versions up to but excluding 4.0 will be accepted
10+
- [fix] Removed ``static()`` call from admin media
11+
- [tests] Updated openwisp-utils[qa] to 0.7
12+
413
Version 0.9.0 [2020-09-18]
514
--------------------------
615

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

44

0 commit comments

Comments
 (0)