Skip to content

Commit 057cdc6

Browse files
authored
Merge pull request #542 from dajiaji/bump-to-v2_7_5
Bump version to 2.7.5.
2 parents 1615b4b + 3b881f7 commit 057cdc6

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGES.rst

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

7+
Version 2.7.5
8+
-------------
9+
10+
Released 2024-08-03
11+
12+
- Add Python 3.12 to CI. `#499 <https://github.com/dajiaji/python-cwt/pull/499>`__
13+
- Update dependencies.
14+
- Bump cbor2 to 5.6.4. `#533 <https://github.com/dajiaji/python-cwt/pull/533>`__
15+
- Bump cryptography to 42.0.5. `#512 <https://github.com/dajiaji/python-cwt/pull/512>`__
16+
- Update dev dependencies.
17+
- Bump codecov/codecov-action to v4. `#541 <https://github.com/dajiaji/python-cwt/pull/541>`__
18+
- Bump setuptools to 70.0.0. `#538 <https://github.com/dajiaji/python-cwt/pull/538>`__
19+
- Bump zipp to 3.19.1. `#537 <https://github.com/dajiaji/python-cwt/pull/537>`__
20+
- Bump certifi to 2024.7.4. `#536 <https://github.com/dajiaji/python-cwt/pull/536>`__
21+
- Bump tox to 4.16.0. `#535 <https://github.com/dajiaji/python-cwt/pull/535>`__
22+
- Bump urllib3 to 2.2.2. `#534 <https://github.com/dajiaji/python-cwt/pull/534>`__
23+
- Bump requests to 2.32.0. `#530 <https://github.com/dajiaji/python-cwt/pull/530>`__
24+
- Bump jinja2 to 3.1.4. `#528 <https://github.com/dajiaji/python-cwt/pull/528>`__
25+
- Bump idna to 3.7. `#525 <https://github.com/dajiaji/python-cwt/pull/525>`__
26+
- Bump sphinx-autodoc-typehints to 2.0.1. `#524 <https://github.com/dajiaji/python-cwt/pull/524>`__
27+
- Bump blacken-docs to 1.18.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522>`__
28+
- Bump pre-commit/black to 24.4.2. `#522 <https://github.com/dajiaji/python-cwt/pull/522>`__
29+
- Bump pre-commit/flake8 to 7.1.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522>`__
30+
- Bump pre-commit/mirrors-mypy to 1.10.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522>`__
31+
- Bump pre-commit/pre-commit-hooks to 4.6.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522>`__
32+
- Bump pytest-cov to 5.0.0. `#519 <https://github.com/dajiaji/python-cwt/pull/519>`__
33+
- Bump pytest to 8.1.1. `#516 <https://github.com/dajiaji/python-cwt/pull/516>`__
34+
735
Version 2.7.4
836
-------------
937

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

0 commit comments

Comments
 (0)