Skip to content

Commit 43d810f

Browse files
committed
0.9.4 release
1 parent 0c5ca19 commit 43d810f

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.4 [2021-04-14]
5+
--------------------------
6+
7+
- [fix] Fixed rendering of CA and cert edit pages when in popup mode
8+
(`issue #113 <https://github.com/openwisp/django-x509/issues/113>`_)
9+
- [fix] Fixed dependency version definition (minor fix)
10+
- [deps] Set min cryptography version to 3.4, allow any higher 3.x
11+
412
Version 0.9.3 [2021-03-16]
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, 3, 'final')
1+
VERSION = (0, 9, 4, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)