Skip to content

Commit 43c51ed

Browse files
authored
Merge pull request #33 from OwnCA/0.1.0
0.1.0 version
2 parents e9b1bab + 2150d31 commit 43c51ed

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ dev
88

99
- \[Short description of non-trivial change.\]
1010

11+
0.1.0
12+
-----
13+
14+
Good initial release, include basic functionalities
15+
16+
- Certificate Authority
17+
- Intermediate Certificate Authority
18+
- Issue certificates
19+
- Revoke certificates
20+
- Sign CSR
21+
- Certificate Revoke List
22+
23+
24+
0.0.3
25+
-----
26+
27+
- Bug fixes
28+
29+
30+
0.0.2
31+
-----
32+
33+
- Bug fixes
34+
35+
0.0.1
36+
-----
37+
38+
- Basic release
39+
. CA
40+
. issue certificates
41+
1142
0.0.1alpha9
1243
-----------
1344

@@ -19,4 +50,3 @@ Good start definition from requests project [https://requests.readthedocs.io] HI
1950

2051
- Frustration
2152
- Conception
22-

ownca/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__title__ = "OwnCA"
88
__description__ = "Python Own Certificate Authority"
99
__url__ = "https://github.com/OwnCA/ownca"
10-
__version__ = "0.1.0b1"
10+
__version__ = "0.1.0"
1111
__author__ = "Kairo de Araujo"
1212
__author_email__ = "kairo@dearaujo.nl"
1313
__license__ = "Apache 2.0"

0 commit comments

Comments
 (0)