Skip to content

Commit d539e5c

Browse files
committed
Bump version to 2.7.2.
1 parent 8db7c47 commit d539e5c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGES.rst

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

7+
Version 2.7.2
8+
-------------
9+
10+
Released 2023-11-12
11+
12+
- Fix context string for countersignature. `#471 <https://github.com/dajiaji/python-cwt/pull/471>`__
13+
- Fix key_ops validation. `#470 <https://github.com/dajiaji/python-cwt/pull/471>`__
14+
- Update dev dependencies.
15+
- Bump sphinx-autodoc-typehints to 1.25.0. `#469 <https://github.com/dajiaji/python-cwt/pull/469>`__
16+
717
Version 2.7.1
818
-------------
919

cwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from .recipient import Recipient
2828
from .signer import Signer
2929

30-
__version__ = "2.7.1"
30+
__version__ = "2.7.2"
3131
__title__ = "cwt"
3232
__description__ = "A Python implementation of CWT/COSE"
3333
__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 = "2.7.1"
7+
version = "2.7.2"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)