Skip to content

Commit

Permalink
Merge pull request #358 from dajiaji/bump-to-2_3_0
Browse files Browse the repository at this point in the history
Bump up version to 2.3.0.
  • Loading branch information
dajiaji committed Feb 18, 2023
2 parents 4f885e3 + 79b785c commit 8dff9d2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Changes
Unreleased
----------

Version 2.3.0
-------------

Released 2023-02-18

- Remove unused log. `#355 <https://github.com/dajiaji/python-cwt/pull/355>`__
- Change HPKE sender information from dict to list. `#354 <https://github.com/dajiaji/python-cwt/pull/354>`__
- Add SECURITY.md. `#352 <https://github.com/dajiaji/python-cwt/pull/352>`__
- Remove unused function in CBORProcessor. `#333 <https://github.com/dajiaji/python-cwt/pull/333>`__
- Fix link to readthedocs. `#326 <https://github.com/dajiaji/python-cwt/pull/326>`__
- Update dependencies.
- Bump cryptography from 39.0.1. `#357 <https://github.com/dajiaji/python-cwt/pull/357>`__
- Bump pyhpke from 0.4.1. `#356 <https://github.com/dajiaji/python-cwt/pull/356>`__
- Update dev dependencies.
- Bump sphinx-rtd-theme to 1.2.0. `#351 <https://github.com/dajiaji/python-cwt/pull/351>`__
- Bump tox to 4.4.5. `#350 <https://github.com/dajiaji/python-cwt/pull/350>`__
- Bump pre-commit/black to 23.1.0. `#349 <https://github.com/dajiaji/python-cwt/pull/349>`__
- Bump pre-commit/isort to 5.12.0. `#346 <https://github.com/dajiaji/python-cwt/pull/346>`__
- Bump pre-commit/blacken-docs to 1.13.0. `#341 <https://github.com/dajiaji/python-cwt/pull/341>`__
- Bump sphinx-autodoc-typehints to 1.21.0. `#340 <https://github.com/dajiaji/python-cwt/pull/340>`__
- Bump pytest to 7.2.1. `#338 <https://github.com/dajiaji/python-cwt/pull/338>`__

Version 2.2.0
-------------

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.2.0"
__version__ = "2.3.0"
__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.2.0"
version = "2.3.0"
description = "A Python implementation of CWT/COSE."
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 8dff9d2

Please sign in to comment.