File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 44Unreleased
55----------
66
7+ Version 2.7.3
8+ -------------
9+
10+ Released 2023-11-25
11+
12+ - Fix readthedocs error. `#480 <https://github.com/dajiaji/python-cwt/pull/480 >`__
13+ - Tighten the range of pyca/cryptography version. `#476 <https://github.com/dajiaji/python-cwt/pull/476 >`__
14+ - Add support for Python 3.12 on tox. `#475 <https://github.com/dajiaji/python-cwt/pull/475 >`__
15+ - Update dev dependencies.
16+ - Bump actions/{checkout, setup-python} to v4. `#477 <https://github.com/dajiaji/python-cwt/pull/477 >`__
17+ - Bump pre-commit/mirrors-mypy to 1.7.0. `#474 <https://github.com/dajiaji/python-cwt/pull/474 >`__
18+ - Bump pre-commit/black to 23.11.0. `#474 <https://github.com/dajiaji/python-cwt/pull/474 >`__
19+ - Bump sphinx-autodoc-typehints to 1.25.2. `#473 <https://github.com/dajiaji/python-cwt/pull/473 >`__
20+
721Version 2.7.2
822-------------
923
Original file line number Diff line number Diff line change 55| Version | Supported |
66| ------- | ------------------ |
77| 2.7.x | :white_check_mark : |
8- | < 2.7 | :x : |
8+ | < 2.7 | :x : |
99
1010## Reporting a Vulnerability
1111
Original file line number Diff line number Diff line change 2727from .recipient import Recipient
2828from .signer import Signer
2929
30- __version__ = "2.7.2 "
30+ __version__ = "2.7.3 "
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.2 "
7+ version = " 2.7.3 "
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