From 43d810f57ea592ece67a1b54904104cc022ca514 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 13 Apr 2021 21:23:16 -0500 Subject: [PATCH] 0.9.4 release --- CHANGES.rst | 8 ++++++++ django_x509/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index b902f37..78b451e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 0.9.4 [2021-04-14] +-------------------------- + +- [fix] Fixed rendering of CA and cert edit pages when in popup mode + (`issue #113 `_) +- [fix] Fixed dependency version definition (minor fix) +- [deps] Set min cryptography version to 3.4, allow any higher 3.x + Version 0.9.3 [2021-03-16] -------------------------- diff --git a/django_x509/__init__.py b/django_x509/__init__.py index f7b6032..2a5ad9f 100644 --- a/django_x509/__init__.py +++ b/django_x509/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 3, 'final') +VERSION = (0, 9, 4, 'final') __version__ = VERSION # alias