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.5.4
8+ -------------
9+
10+ Released 2022-04-03
11+
12+ - Update dependencies.
13+ - Bump pre-commit from 0.930 to 0.942. `#221 <https://github.com/dajiaji/python-cwt/pull/221 >`__.
14+ - Bump sphinx from 4.3.2 to 4.5.0. `#220 <https://github.com/dajiaji/python-cwt/pull/220 >`__.
15+ - Bump asn1crypto from 1.4.0 to 1.5.1. `#218 <https://github.com/dajiaji/python-cwt/pull/218 >`__.
16+ - Bump cryptography from 36.0.1 to 36.0. `#217 <https://github.com/dajiaji/python-cwt/pull/217 >`__.
17+ - Bump pytest from 6.2.5 to 7.0.1. `#213 <https://github.com/dajiaji/python-cwt/pull/213 >`__.
18+ - Bump cbor2 from 5.4.2 to 5.4.2.post1. `#211 <https://github.com/dajiaji/python-cwt/pull/211 >`__.
19+ - Add pre-commit hooks for checking json, toml and yaml files. `#207 <https://github.com/dajiaji/python-cwt/pull/208 >`__
20+ - Migrate mypy to pre-commit. `#206 <https://github.com/dajiaji/python-cwt/pull/206 >`__
21+
722Version 1.5.3
823-------------
924
Original file line number Diff line number Diff line change 1616from .recipient import Recipient
1717from .signer import Signer
1818
19- __version__ = "1.5.3 "
19+ __version__ = "1.5.4 "
2020__title__ = "cwt"
2121__description__ = "A Python implementation of CWT/COSE"
2222__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.5.3 "
7+ version = " 1.5.4 "
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