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.3.1
8+ -------------
9+
10+ Released 2023-03-25
11+
12+ - Fix HPKE sample. `#362 <https://github.com/dajiaji/python-cwt/pull/362 >`__
13+ - Update dependencies.
14+ - Bump cryptography from 39.0.2. `#363 <https://github.com/dajiaji/python-cwt/pull/363 >`__
15+ - Update dev dependencies.
16+ - Bump pre-commit/mirrors-mypy to 1.1.1. `#366 <https://github.com/dajiaji/python-cwt/pull/366 >`__
17+ - Bump tox to 4.4.7. `#365 <https://github.com/dajiaji/python-cwt/pull/365 >`__
18+ - Bump pytest to 7.2.2. `#364 <https://github.com/dajiaji/python-cwt/pull/364 >`__
19+
720Version 2.3.0
821-------------
922
Original file line number Diff line number Diff line change 1818from .recipient import Recipient
1919from .signer import Signer
2020
21- __version__ = "2.3.0 "
21+ __version__ = "2.3.1 "
2222__title__ = "cwt"
2323__description__ = "A Python implementation of CWT/COSE"
2424__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.3.0 "
7+ version = " 2.3.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