Skip to content

Commit

Permalink
Merge pull request #62 from dajiaji/bump-to-v0_6_0
Browse files Browse the repository at this point in the history
Bump version up to v0.6.0.
  • Loading branch information
dajiaji authored May 4, 2021
2 parents f45d2f9 + f2bd867 commit c7639af
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.6.0
-------------

Released 2021-05-04

- Make decode accept multiple keys. `#61 <https://github.com/dajiaji/python-cwt/pull/61>`__
- Add set_private_claim_names to ClaimsBuilder and CWT. `#60 <https://github.com/dajiaji/python-cwt/pull/60>`__
- Add sample of CWT with user-defined claims to docs. `#60 <https://github.com/dajiaji/python-cwt/pull/60>`__
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 .key_builder import KeyBuilder, cose_key
from .recipient import Recipient

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

0 comments on commit c7639af

Please sign in to comment.