Skip to content

Commit fded335

Browse files
authored
Merge pull request #397 from dajiaji/bump-to-v2_3_2
Bump version up to v2.3.2.
2 parents 8339921 + 213254c commit fded335

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGES.rst

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

7+
Version 2.3.2
8+
-------------
9+
10+
Released 2023-07-03
11+
12+
- Update the base python version on CI/CD. `#396 <https://github.com/dajiaji/python-cwt/pull/396>`__
13+
- Drop support for Python 3.7. `#391 <https://github.com/dajiaji/python-cwt/pull/391>`__
14+
- Update dependencies.
15+
- Bump cryptography to 41.0.0. `#395 <https://github.com/dajiaji/python-cwt/pull/395>`__
16+
- Update dev dependencies.
17+
- Bump sphinx to 7.0.1. `#394 <https://github.com/dajiaji/python-cwt/pull/394>`__
18+
- Bump pre-commit to 3.3.3. `#393 <https://github.com/dajiaji/python-cwt/pull/393>`__
19+
- Bump pre-commit/mirrors-mypy to 1.4.1. `#389 <https://github.com/dajiaji/python-cwt/pull/389>`__
20+
- Bump pytest to 7.4.0. `#388 <https://github.com/dajiaji/python-cwt/pull/388>`__
21+
- Bump tox to 4.6.3. `#387 <https://github.com/dajiaji/python-cwt/pull/387>`__
22+
- Bump pre-commit/blacken-docs to 1.14.0. `#386 <https://github.com/dajiaji/python-cwt/pull/386>`__
23+
- Bump sphinx-rtd-theme to 1.2.2. `#384 <https://github.com/dajiaji/python-cwt/pull/384>`__
24+
- Bump pytest-cov to 4.1.0. `#381 <https://github.com/dajiaji/python-cwt/pull/381>`__
25+
- Bump pre-commit/black to 23.3.0. `#370 <https://github.com/dajiaji/python-cwt/pull/370>`__
26+
727
Version 2.3.1
828
-------------
929

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Version | Supported |
66
| ------- | ------------------ |
77
| 2.3.x | :white_check_mark: |
8-
| < 2.3 | :x: |
8+
| < 2.3.2 | :x: |
99

1010
## Reporting a Vulnerability
1111

cwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .recipient import Recipient
1919
from .signer import Signer
2020

21-
__version__ = "2.3.1"
21+
__version__ = "2.3.2"
2222
__title__ = "cwt"
2323
__description__ = "A Python implementation of CWT/COSE"
2424
__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.3.1"
7+
version = "2.3.2"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)