Skip to content

Commit

Permalink
Merge pull request #59 from dajiaji/bump-to-v0_5_0
Browse files Browse the repository at this point in the history
Bump version up to v0.5.0.
  • Loading branch information
dajiaji authored May 4, 2021
2 parents 6b9de37 + 9cd529d commit 2cf0ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
Unreleased
----------

Version 0.5.0
-------------

Released 2021-05-04

- Make ClaimsBuilder return Claims. `#56 <https://github.com/dajiaji/python-cwt/pull/56>`__
- Add support for JWK keyword of alg and key_ops. `#55 <https://github.com/dajiaji/python-cwt/pull/55>`__
- Add from_jwk. `#53 <https://github.com/dajiaji/python-cwt/pull/53>`__
Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .key_builder import KeyBuilder, cose_key
from .recipient import Recipient

__version__ = "0.4.0"
__version__ = "0.5.0"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down

0 comments on commit 2cf0ad7

Please sign in to comment.