Skip to content

Commit

Permalink
Merge pull request #125 from dajiaji/bump-to-v0_10_0
Browse files Browse the repository at this point in the history
Bump version up to v0.10.0.
  • Loading branch information
dajiaji authored Jun 13, 2021
2 parents d27edc5 + 930f901 commit 7f82e3b
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.10.0
--------------

Released 2021-06-13

- Rename from_json to from_jwk. `#124 <https://github.com/dajiaji/python-cwt/pull/124>`__
- Add support for X25519/X448. `#123 <https://github.com/dajiaji/python-cwt/pull/123>`__
- Add derive_key to EC2Key. `#122 <https://github.com/dajiaji/python-cwt/pull/122>`__
Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .recipient import Recipient
from .signer import Signer

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

0 comments on commit 7f82e3b

Please sign in to comment.