Skip to content

Commit

Permalink
Merge pull request #481 from dajiaji/bump-to-v2_7_3
Browse files Browse the repository at this point in the history
Bump version to 2.7.3.
  • Loading branch information
dajiaji committed Nov 25, 2023
2 parents 179ba29 + 14ad98d commit 58fc2fb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changes
Unreleased
----------

Version 2.7.3
-------------

Released 2023-11-25

- Fix readthedocs error. `#480 <https://github.com/dajiaji/python-cwt/pull/480>`__
- Tighten the range of pyca/cryptography version. `#476 <https://github.com/dajiaji/python-cwt/pull/476>`__
- Add support for Python 3.12 on tox. `#475 <https://github.com/dajiaji/python-cwt/pull/475>`__
- Update dev dependencies.
- Bump actions/{checkout, setup-python} to v4. `#477 <https://github.com/dajiaji/python-cwt/pull/477>`__
- Bump pre-commit/mirrors-mypy to 1.7.0. `#474 <https://github.com/dajiaji/python-cwt/pull/474>`__
- Bump pre-commit/black to 23.11.0. `#474 <https://github.com/dajiaji/python-cwt/pull/474>`__
- Bump sphinx-autodoc-typehints to 1.25.2. `#473 <https://github.com/dajiaji/python-cwt/pull/473>`__

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

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Version | Supported |
| ------- | ------------------ |
| 2.7.x | :white_check_mark: |
| < 2.7 | :x: |
| < 2.7 | :x: |

## Reporting a Vulnerability

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

0 comments on commit 58fc2fb

Please sign in to comment.