Skip to content

Commit

Permalink
Merge pull request #498 from dajiaji/bump-to-v2_7_4
Browse files Browse the repository at this point in the history
Bump version to 2.7.4.
  • Loading branch information
dajiaji authored Jan 27, 2024
2 parents 8d449f1 + 62d067d commit 89467c3
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 180 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.7.4
-------------

Released 2024-01-27

- Update dependencies.
- Bump cryptography to 42.0.1. `#498 <https://github.com/dajiaji/python-cwt/pull/498>`__
- Bump pyhpke to 0.5.3. `#498 <https://github.com/dajiaji/python-cwt/pull/498>`__
- Bump cbor2 to 5.6.0. `#497 <https://github.com/dajiaji/python-cwt/pull/497>`__
- Bump jinja2 to 3.1.3. `#494 <https://github.com/dajiaji/python-cwt/pull/494>`__
- Update dev dependencies.
- Bump tox to 4.12.1. `#496 <https://github.com/dajiaji/python-cwt/pull/496>`__
- Bump pre-commit/flake8 to 7.0.0. `#493 <https://github.com/dajiaji/python-cwt/pull/493>`__
- Bump pytest to 7.4.4. `#492 <https://github.com/dajiaji/python-cwt/pull/492>`__
- Bump pre-commit/black to 23.12.1. `#491 <https://github.com/dajiaji/python-cwt/pull/491>`__
- Bump pre-commit/mirrors-mypy to 1.8.0. `#491 <https://github.com/dajiaji/python-cwt/pull/491>`__
- Bump pre-commit/isort to 5.13.2. `#390 <https://github.com/dajiaji/python-cwt/pull/390>`__
- Update Sphinx version to upper than 7.1. `#388 <https://github.com/dajiaji/python-cwt/pull/388>`__
- Update sphinx-autodoc-typehints version to upper than 1.25.2. `#388 <https://github.com/dajiaji/python-cwt/pull/388>`__
- Bump sphinx-rtd-theme to 2.0.0. `#386 <https://github.com/dajiaji/python-cwt/pull/386>`__

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

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.3"
__version__ = "2.7.4"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down
Loading

0 comments on commit 89467c3

Please sign in to comment.