Skip to content

Commit

Permalink
Merge pull request #105 from dajiaji/bump-to-v0_8_0
Browse files Browse the repository at this point in the history
Bump version up to v0.8.0.
  • Loading branch information
dajiaji authored May 30, 2021
2 parents 257ade5 + 862fa94 commit e37882f
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.8.0
-------------

Released 2021-05-30

- Refine EncryptedCOSEKey interface. `#104 <https://github.com/dajiaji/python-cwt/pull/104>`__
- Merge RecipientsBuilder into Recipients. `#103 <https://github.com/dajiaji/python-cwt/pull/103>`__
- Rename Key to COSEKeyInterface. `#102 <https://github.com/dajiaji/python-cwt/pull/102>`__
Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .exceptions import CWTError, DecodeError, EncodeError, VerifyError
from .recipient import Recipient

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

0 comments on commit e37882f

Please sign in to comment.