Skip to content

Commit

Permalink
Merge pull request #397 from dajiaji/bump-to-v2_3_2
Browse files Browse the repository at this point in the history
Bump version up to v2.3.2.
  • Loading branch information
dajiaji authored Jul 3, 2023
2 parents 8339921 + 213254c commit fded335
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Changes
Unreleased
----------

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

Released 2023-07-03

- Update the base python version on CI/CD. `#396 <https://github.com/dajiaji/python-cwt/pull/396>`__
- Drop support for Python 3.7. `#391 <https://github.com/dajiaji/python-cwt/pull/391>`__
- Update dependencies.
- Bump cryptography to 41.0.0. `#395 <https://github.com/dajiaji/python-cwt/pull/395>`__
- Update dev dependencies.
- Bump sphinx to 7.0.1. `#394 <https://github.com/dajiaji/python-cwt/pull/394>`__
- Bump pre-commit to 3.3.3. `#393 <https://github.com/dajiaji/python-cwt/pull/393>`__
- Bump pre-commit/mirrors-mypy to 1.4.1. `#389 <https://github.com/dajiaji/python-cwt/pull/389>`__
- Bump pytest to 7.4.0. `#388 <https://github.com/dajiaji/python-cwt/pull/388>`__
- Bump tox to 4.6.3. `#387 <https://github.com/dajiaji/python-cwt/pull/387>`__
- Bump pre-commit/blacken-docs to 1.14.0. `#386 <https://github.com/dajiaji/python-cwt/pull/386>`__
- Bump sphinx-rtd-theme to 1.2.2. `#384 <https://github.com/dajiaji/python-cwt/pull/384>`__
- Bump pytest-cov to 4.1.0. `#381 <https://github.com/dajiaji/python-cwt/pull/381>`__
- Bump pre-commit/black to 23.3.0. `#370 <https://github.com/dajiaji/python-cwt/pull/370>`__

Version 2.3.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Version | Supported |
| ------- | ------------------ |
| 2.3.x | :white_check_mark: |
| < 2.3 | :x: |
| < 2.3.2 | :x: |

## Reporting a Vulnerability

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.1"
__version__ = "2.3.2"
__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.1"
version = "2.3.2"
description = "A Python implementation of CWT/COSE."
authors = ["Ajitomi Daisuke <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fded335

Please sign in to comment.