Skip to content

Commit

Permalink
Merge pull request #33 from OwnCA/0.1.0
Browse files Browse the repository at this point in the history
0.1.0 version
  • Loading branch information
kairoaraujo authored Oct 26, 2020
2 parents e9b1bab + 2150d31 commit 43c51ed
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ dev

- \[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
-----------

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

- Frustration
- Conception

2 changes: 1 addition & 1 deletion ownca/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 43c51ed

Please sign in to comment.