Skip to content

Commit 9c5b22d

Browse files
authored
Bump up version to v1.6.1.
Bump up version to v1.6.1.
2 parents 4b93b08 + 2e77b66 commit 9c5b22d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGES.rst

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

7+
Version 1.6.1
8+
-------------
9+
10+
Released 2022-11-02
11+
12+
- Follow COSE-HPKE early version of draft-03. `#271 <https://github.com/dajiaji/python-cwt/pull/271>`__
13+
- Update dependencies.
14+
- Bump cryptography to 38.0.3. `#274 <https://github.com/dajiaji/python-cwt/pull/274>`__
15+
- Bump pyhpke to 0.2.0. `#270 <https://github.com/dajiaji/python-cwt/pull/270>`__
16+
- Update dev dependencies.
17+
- Bump sphinx-autodoc-typehints to 1.19.5. `#273 <https://github.com/dajiaji/python-cwt/pull/273>`__
18+
- Bump sphinx-rtd-theme to 1.1.0. `#272 <https://github.com/dajiaji/python-cwt/pull/272>`__
19+
- Bump tox to 3.27.0. `#269 <https://github.com/dajiaji/python-cwt/pull/269>`__
20+
- Bump pytest to 7.2.0. `#268 <https://github.com/dajiaji/python-cwt/pull/268>`__
21+
722
Version 1.6.0
823
-------------
924

cwt/__init__.py

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

20-
__version__ = "1.6.0"
20+
__version__ = "1.6.1"
2121
__title__ = "cwt"
2222
__description__ = "A Python implementation of CWT/COSE"
2323
__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.0"
7+
version = "1.6.1"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)