Skip to content

Commit 5492ad2

Browse files
committed
Bump up version to v1.6.2.
1 parent 78efcfa commit 5492ad2

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Changes
44
Unreleased
55
----------
66

7+
Version 1.6.2
8+
-------------
9+
10+
Released 2022-11-16
11+
12+
- Add support for COSE-HPKE DHKEM-X25519/X448 experimentally. `#282 <https://github.com/dajiaji/python-cwt/pull/282>`__
13+
- Update dependencies.
14+
- Bump pyhpke to 0.4.0. `#281 <https://github.com/dajiaji/python-cwt/pull/281>`__
15+
- Update dev dependencies.
16+
- Bump pre-commit/mirrors-mypy to 0.990. `#279 <https://github.com/dajiaji/python-cwt/pull/279>`__
17+
- Bump sphinx-rtd-theme to 1.1.1. `#276 <https://github.com/dajiaji/python-cwt/pull/276>`__
18+
719
Version 1.6.1
820
-------------
921

cwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .recipient import Recipient
1717
from .signer import Signer
1818

19-
__version__ = "1.6.1"
19+
__version__ = "1.6.2"
2020
__title__ = "cwt"
2121
__description__ = "A Python implementation of CWT/COSE"
2222
__url__ = "https://python-cwt.readthedocs.io"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "cwt"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)