Skip to content

Commit 58fc2fb

Browse files
authored
Merge pull request #481 from dajiaji/bump-to-v2_7_3
Bump version to 2.7.3.
2 parents 179ba29 + 14ad98d commit 58fc2fb

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGES.rst

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

7+
Version 2.7.3
8+
-------------
9+
10+
Released 2023-11-25
11+
12+
- Fix readthedocs error. `#480 <https://github.com/dajiaji/python-cwt/pull/480>`__
13+
- Tighten the range of pyca/cryptography version. `#476 <https://github.com/dajiaji/python-cwt/pull/476>`__
14+
- Add support for Python 3.12 on tox. `#475 <https://github.com/dajiaji/python-cwt/pull/475>`__
15+
- Update dev dependencies.
16+
- Bump actions/{checkout, setup-python} to v4. `#477 <https://github.com/dajiaji/python-cwt/pull/477>`__
17+
- Bump pre-commit/mirrors-mypy to 1.7.0. `#474 <https://github.com/dajiaji/python-cwt/pull/474>`__
18+
- Bump pre-commit/black to 23.11.0. `#474 <https://github.com/dajiaji/python-cwt/pull/474>`__
19+
- Bump sphinx-autodoc-typehints to 1.25.2. `#473 <https://github.com/dajiaji/python-cwt/pull/473>`__
20+
721
Version 2.7.2
822
-------------
923

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Version | Supported |
66
| ------- | ------------------ |
77
| 2.7.x | :white_check_mark: |
8-
| < 2.7 | :x: |
8+
| < 2.7 | :x: |
99

1010
## Reporting a Vulnerability
1111

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.2"
30+
__version__ = "2.7.3"
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.2"
7+
version = "2.7.3"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)