Skip to content

Commit

Permalink
Bump version to v0.6.0 (#129)
Browse files Browse the repository at this point in the history
Bump version to v0.6.0
  • Loading branch information
pquentin committed Dec 19, 2019
2 parents d3db36e + cb016ef commit cd74266
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ Change history

.. towncrier release notes start
Trustme 0.6.0 (2019-12-19)
--------------------------

Features
~~~~~~~~

- Allow specifying organization and organization unit in CA and issued certs. (`#126 <https://github.com/python-trio/trustme/issues/126>`__)


Trustme 0.5.3 (2019-10-31)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/126.feature

This file was deleted.

2 changes: 1 addition & 1 deletion trustme/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3+dev"
__version__ = "0.6.0"

0 comments on commit cd74266

Please sign in to comment.