Skip to content

Commit

Permalink
Merge pull request #431 from dajiaji/bump-to-v2_5_0
Browse files Browse the repository at this point in the history
Bump version up to v2.5.0.
  • Loading branch information
dajiaji authored Sep 9, 2023
2 parents a6f139a + 3925ba2 commit d555d49
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ Changes
Unreleased
----------

Version 2.5.0
-------------

Released 2023-09-09

- Update IETF I-D references in README. `#412 <https://github.com/dajiaji/python-cwt/pull/412>`__
- Add enum COSEKeyParams. `#411 <https://github.com/dajiaji/python-cwt/pull/411>`__
- Add enum COSEAlgs. `#409 <https://github.com/dajiaji/python-cwt/pull/409>`__
- Update dependencies.
- Bump cryptography to 41.0.3. `#416 <https://github.com/dajiaji/python-cwt/pull/416>`__
- Update dev dependencies.
- Bump pytest to 7.4.2. `#430 <https://github.com/dajiaji/python-cwt/pull/430>`__
- Bump tox to 4.11.2. `#429 <https://github.com/dajiaji/python-cwt/pull/429>`__
- Bump pre-commit to 3.4.0. `#427 <https://github.com/dajiaji/python-cwt/pull/427>`__
- Bump sphinx-autodoc-typehints to 1.24.0. `#424 <https://github.com/dajiaji/python-cwt/pull/424>`__
- Bump sphinx to 7.1.2. `#423 <https://github.com/dajiaji/python-cwt/pull/423>`__
- Bump certifi to 2023.7.22. `#422 <https://github.com/dajiaji/python-cwt/pull/422>`__
- Bump sphinx-rtd-theme to 1.3.0. `#420 <https://github.com/dajiaji/python-cwt/pull/420>`__
- Bump pre-commit/blacken-docs to 1.15.0. `#413 <https://github.com/dajiaji/python-cwt/pull/413>`__
- Bump pre-commit/black to 23.7.0. `#413 <https://github.com/dajiaji/python-cwt/pull/413>`__

Version 2.4.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 2.4.x | :white_check_mark: |
| < 2.4 | :x: |
| 2.5.x | :white_check_mark: |
| < 2.5 | :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 @@ -18,7 +18,7 @@
from .recipient import Recipient
from .signer import Signer

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

0 comments on commit d555d49

Please sign in to comment.