From 06fc7fc44e2bc038a1ea24acaeac3d04531b9704 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Mon, 26 Oct 2020 16:10:09 +0100 Subject: [PATCH 1/3] 0.1.0 version --- ownca/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ownca/__version__.py b/ownca/__version__.py index 5d3e1c5..75168cc 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.1.0b1" +__version__ = "0.1.0" __author__ = "Kairo de Araujo" __author_email__ = "kairo@dearaujo.nl" __license__ = "Apache 2.0" From a8f812aa99b82c27c6abcab395dca98e15880797 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Mon, 26 Oct 2020 16:14:34 +0100 Subject: [PATCH 2/3] Delete HISTORY.md --- HISTORY.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md deleted file mode 100644 index ff8f54e..0000000 --- a/HISTORY.md +++ /dev/null @@ -1,22 +0,0 @@ -Release History -=============== - -dev ---- - -**Bugfixes** - -- \[Short description of non-trivial change.\] - -0.0.1alpha9 ------------ - -- This version works with some limitation (OIDs) - -0.0.1 (2019-11-20) ------------------- -Good start definition from requests project [https://requests.readthedocs.io] HISTORY.md :) - -- Frustration -- Conception - From 2150d31f986023fe9e70e53e526183c72a8bfa23 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Mon, 26 Oct 2020 16:21:08 +0100 Subject: [PATCH 3/3] Return of HISTORY.md --- HISTORY.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..0414f00 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,52 @@ +Release History +=============== + +dev +--- + +**Bugfixes** + +- \[Short description of non-trivial change.\] + +0.1.0 +----- + +Good initial release, include basic functionalities + +- Certificate Authority +- Intermediate Certificate Authority +- Issue certificates +- Revoke certificates +- Sign CSR +- Certificate Revoke List + + +0.0.3 +----- + +- Bug fixes + + +0.0.2 +----- + +- Bug fixes + +0.0.1 +----- + +- Basic release + . CA + . issue certificates + +0.0.1alpha9 +----------- + +- This version works with some limitation (OIDs) + +0.0.1 (2019-11-20) +------------------ +Good start definition from requests project [https://requests.readthedocs.io] HISTORY.md :) + +- Frustration +- Conception