Skip to content

Commit

Permalink
Merge pull request #406 from dajiaji/bump-to-v2_4_0
Browse files Browse the repository at this point in the history
Bump version up to v2.4.0.
  • Loading branch information
dajiaji committed Jul 8, 2023
2 parents b8ed410 + d5ff234 commit ce52237
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changes
Unreleased
----------

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

Released 2023-07-08

- Fix and update examples in README. `#405 <https://github.com/dajiaji/python-cwt/pull/405>`__
- Add enum CWTClaims. `#404 <https://github.com/dajiaji/python-cwt/pull/404>`__
- Rename COSEType to COSETypes. `#403 <https://github.com/dajiaji/python-cwt/pull/403>`__
- Add enum COSEHeaders. `#401 <https://github.com/dajiaji/python-cwt/pull/401>`__
- Add experimental support for CWT claims in COSE headers. `#400 <https://github.com/dajiaji/python-cwt/pull/400>`__
- Update dev dependencies.
- Bump tox to 4.6.4. `#398 <https://github.com/dajiaji/python-cwt/pull/398>`__

Version 2.3.2
-------------

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

0 comments on commit ce52237

Please sign in to comment.