From 3b8db8ac4ee823e7f38d78186b0d8cefad0436c6 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Mon, 27 Sep 2021 08:32:04 +0200 Subject: [PATCH] Release 0.3.0 - Add support for Python 3.9 - Remove support for Python 3.6 - Update the dependencies libraries - Support to empty OIDs (Thanks @lawndoc) - Fixes in the doc (Thanks @yaswanthsaivendra) --- ownca/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ownca/__version__.py b/ownca/__version__.py index c21add9..1e9137e 100644 --- a/ownca/__version__.py +++ b/ownca/__version__.py @@ -7,7 +7,7 @@ __title__ = "OwnCA" __description__ = "Python Own Certificate Authority" __url__ = "https://github.com/OwnCA/ownca" -__version__ = "0.2.1" +__version__ = "0.3.0" __author__ = "Kairo de Araujo" __author_email__ = "kairo@dearaujo.nl" __license__ = "Apache 2.0"