From a5cd3df064552b3e7cbbdbc2cf1c898b9a9c8363 Mon Sep 17 00:00:00 2001 From: Ajay Tripathi Date: Tue, 19 May 2020 09:21:03 +0530 Subject: [PATCH] 0.7.0 release --- CHANGES.rst | 6 ++++++ django_x509/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index dc1d588..cc204b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 0.7.0 [2020-05-16] +-------------------------- + +- Added possibility to renew CAs and certificates +- Updated dependency to support cryptography 2.9 + Version 0.6.2 [2020-02-26] -------------------------- diff --git a/django_x509/__init__.py b/django_x509/__init__.py index 140372c..40300e3 100644 --- a/django_x509/__init__.py +++ b/django_x509/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 6, 2, 'final') +VERSION = (0, 7, 0, 'final') __version__ = VERSION # alias