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.2
8+ -------------
9+
10+ Released 2023-07-03
11+
12+ - Update the base python version on CI/CD. `#396 <https://github.com/dajiaji/python-cwt/pull/396 >`__
13+ - Drop support for Python 3.7. `#391 <https://github.com/dajiaji/python-cwt/pull/391 >`__
14+ - Update dependencies.
15+ - Bump cryptography to 41.0.0. `#395 <https://github.com/dajiaji/python-cwt/pull/395 >`__
16+ - Update dev dependencies.
17+ - Bump sphinx to 7.0.1. `#394 <https://github.com/dajiaji/python-cwt/pull/394 >`__
18+ - Bump pre-commit to 3.3.3. `#393 <https://github.com/dajiaji/python-cwt/pull/393 >`__
19+ - Bump pre-commit/mirrors-mypy to 1.4.1. `#389 <https://github.com/dajiaji/python-cwt/pull/389 >`__
20+ - Bump pytest to 7.4.0. `#388 <https://github.com/dajiaji/python-cwt/pull/388 >`__
21+ - Bump tox to 4.6.3. `#387 <https://github.com/dajiaji/python-cwt/pull/387 >`__
22+ - Bump pre-commit/blacken-docs to 1.14.0. `#386 <https://github.com/dajiaji/python-cwt/pull/386 >`__
23+ - Bump sphinx-rtd-theme to 1.2.2. `#384 <https://github.com/dajiaji/python-cwt/pull/384 >`__
24+ - Bump pytest-cov to 4.1.0. `#381 <https://github.com/dajiaji/python-cwt/pull/381 >`__
25+ - Bump pre-commit/black to 23.3.0. `#370 <https://github.com/dajiaji/python-cwt/pull/370 >`__
26+
727Version 2.3.1
828-------------
929
Original file line number Diff line number Diff line change 55| Version | Supported |
66| ------- | ------------------ |
77| 2.3.x | :white_check_mark : |
8- | < 2.3 | :x : |
8+ | < 2.3.2 | :x : |
99
1010## Reporting a Vulnerability
1111
Original file line number Diff line number Diff line change 1818from .recipient import Recipient
1919from .signer import Signer
2020
21- __version__ = "2.3.1 "
21+ __version__ = "2.3.2 "
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.1 "
7+ version = " 2.3.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