Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
kairoaraujo authored Sep 27, 2021
1 parent 54965ba commit 3b8db8a
Showing 1 changed file with 1 addition and 1 deletion.
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.2.1"
__version__ = "0.3.0"
__author__ = "Kairo de Araujo"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 3b8db8a

Please sign in to comment.