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 1.6.1
8+ -------------
9+
10+ Released 2022-11-02
11+
12+ - Follow COSE-HPKE early version of draft-03. `#271 <https://github.com/dajiaji/python-cwt/pull/271 >`__
13+ - Update dependencies.
14+ - Bump cryptography to 38.0.3. `#274 <https://github.com/dajiaji/python-cwt/pull/274 >`__
15+ - Bump pyhpke to 0.2.0. `#270 <https://github.com/dajiaji/python-cwt/pull/270 >`__
16+ - Update dev dependencies.
17+ - Bump sphinx-autodoc-typehints to 1.19.5. `#273 <https://github.com/dajiaji/python-cwt/pull/273 >`__
18+ - Bump sphinx-rtd-theme to 1.1.0. `#272 <https://github.com/dajiaji/python-cwt/pull/272 >`__
19+ - Bump tox to 3.27.0. `#269 <https://github.com/dajiaji/python-cwt/pull/269 >`__
20+ - Bump pytest to 7.2.0. `#268 <https://github.com/dajiaji/python-cwt/pull/268 >`__
21+
722Version 1.6.0
823-------------
924
Original file line number Diff line number Diff line change 1717from .recipient import Recipient
1818from .signer import Signer
1919
20- __version__ = "1.6.0 "
20+ __version__ = "1.6.1 "
2121__title__ = "cwt"
2222__description__ = "A Python implementation of CWT/COSE"
2323__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 = " 1.6.0 "
7+ version = " 1.6.1 "
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