Skip to content

Commit

Permalink
Bump version to 2.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 12, 2023
1 parent 8db7c47 commit d539e5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changes
Unreleased
----------

Version 2.7.2
-------------

Released 2023-11-12

- Fix context string for countersignature. `#471 <https://github.com/dajiaji/python-cwt/pull/471>`__
- Fix key_ops validation. `#470 <https://github.com/dajiaji/python-cwt/pull/471>`__
- Update dev dependencies.
- Bump sphinx-autodoc-typehints to 1.25.0. `#469 <https://github.com/dajiaji/python-cwt/pull/469>`__

Version 2.7.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .recipient import Recipient
from .signer import Signer

__version__ = "2.7.1"
__version__ = "2.7.2"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cwt"
version = "2.7.1"
version = "2.7.2"
description = "A Python implementation of CWT/COSE."
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit d539e5c

Please sign in to comment.