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.5.1
8+ -------------
9+
10+ Released 2023-09-23
11+
12+ - Update dependencies.
13+ - Bump cryptography to 41.0.4. `#433 <https://github.com/dajiaji/python-cwt/pull/433 >`__
14+ - Update dev dependencies.
15+ - Bump pre-commit/blacken-docs to 1.15.0. `#434 <https://github.com/dajiaji/python-cwt/pull/434 >`__
16+ - Bump pre-commit/flake8 to 6.1.0. `#434 <https://github.com/dajiaji/python-cwt/pull/434 >`__
17+ - Bump pre-commit/mirrors-mypy to 1.5.1. `#434 <https://github.com/dajiaji/python-cwt/pull/434 >`__
18+ - Bump tox to 4.11.3. `#432 <https://github.com/dajiaji/python-cwt/pull/432 >`__
19+
720Version 2.5.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.5.0 "
21+ __version__ = "2.5.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.5.0 "
7+ version = " 2.5.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