Skip to content

Commit

Permalink
Merge pull request #79 from dajiaji/bump-to-v0_7_1
Browse files Browse the repository at this point in the history
Bump version up to v0.7.1.
  • Loading branch information
dajiaji authored May 11, 2021
2 parents e243a11 + 9a137cd commit a7343a6
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.7.1
-------------

Released 2021-05-11

- Add alg validation and fix related bug. `#77 <https://github.com/dajiaji/python-cwt/pull/77>`__
- Update protected/unprotected default value from {} to None. `#76 <https://github.com/dajiaji/python-cwt/pull/76>`__

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.7.0"
__version__ = "0.7.1"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down

0 comments on commit a7343a6

Please sign in to comment.