Skip to content

Commit

Permalink
Merge pull request #167 from dajiaji/bump-to-v1_3_2
Browse files Browse the repository at this point in the history
Bump version up to v1.3.2.
  • Loading branch information
dajiaji authored Aug 9, 2021
2 parents 6de6249 + 2913ea5 commit 44db646
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 1.3.2
--------------

Released 2021-08-09

- Add support for byte-formatted kid on from_jwk(). `#165 <https://github.com/dajiaji/python-cwt/pull/165>`__
- Add sample of EUDCC verifier. `#160 <https://github.com/dajiaji/python-cwt/pull/160>`__

Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .recipient import Recipient
from .signer import Signer

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

0 comments on commit 44db646

Please sign in to comment.