File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Unreleased
55----------
66
7+ Version 2.7.2
8+ -------------
9+
10+ Released 2023-11-12
11+
12+ - Fix context string for countersignature. `#471 <https://github.com/dajiaji/python-cwt/pull/471 >`__
13+ - Fix key_ops validation. `#470 <https://github.com/dajiaji/python-cwt/pull/471 >`__
14+ - Update dev dependencies.
15+ - Bump sphinx-autodoc-typehints to 1.25.0. `#469 <https://github.com/dajiaji/python-cwt/pull/469 >`__
16+
717Version 2.7.1
818-------------
919
Original file line number Diff line number Diff line change 2727from .recipient import Recipient
2828from .signer import Signer
2929
30- __version__ = "2.7.1 "
30+ __version__ = "2.7.2 "
3131__title__ = "cwt"
3232__description__ = "A Python implementation of CWT/COSE"
3333__url__ = "https://python-cwt.readthedocs.io"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " cwt"
7- version = " 2.7.1 "
7+ version = " 2.7.2 "
88description = " A Python implementation of CWT/COSE."
99authors = [" Ajitomi Daisuke <dajiaji@gmail.com>" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments