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.1.0
8+ -------------
9+
10+ Released 2022-11-29
11+
12+ - Add encode() to COSE. `#294 <https://github.com/dajiaji/python-cwt/pull/294 >`__
13+ - Update dev dependencies.
14+ - Bump pre-commit/flake8 to 6.0.0. `#288 <https://github.com/dajiaji/python-cwt/pull/288 >`__
15+ - Bump pre-commit/mirrors-mypy to 0.991. `#288 <https://github.com/dajiaji/python-cwt/pull/288 >`__
16+ - Bump pre-commit/pre-commit-hooks to 4.4.0. `#288 <https://github.com/dajiaji/python-cwt/pull/288 >`__
17+
718Version 2.0.0
819-------------
920
Original file line number Diff line number Diff line change 1616from .recipient import Recipient
1717from .signer import Signer
1818
19- __version__ = "2.0 .0"
19+ __version__ = "2.1 .0"
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 = " 2.0 .0"
7+ version = " 2.1 .0"
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