Skip to content

Commit df70912

Browse files
committed
Bump version up to 2.3.1.
1 parent 33e48fb commit df70912

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGES.rst

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

7+
Version 2.3.1
8+
-------------
9+
10+
Released 2023-03-25
11+
12+
- Fix HPKE sample. `#362 <https://github.com/dajiaji/python-cwt/pull/362>`__
13+
- Update dependencies.
14+
- Bump cryptography from 39.0.2. `#363 <https://github.com/dajiaji/python-cwt/pull/363>`__
15+
- Update dev dependencies.
16+
- Bump pre-commit/mirrors-mypy to 1.1.1. `#366 <https://github.com/dajiaji/python-cwt/pull/366>`__
17+
- Bump tox to 4.4.7. `#365 <https://github.com/dajiaji/python-cwt/pull/365>`__
18+
- Bump pytest to 7.2.2. `#364 <https://github.com/dajiaji/python-cwt/pull/364>`__
19+
720
Version 2.3.0
821
-------------
922

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

0 commit comments

Comments
 (0)