Skip to content

Commit

Permalink
Bump up version to v1.5.7.
Browse files Browse the repository at this point in the history
Bump up version to v1.5.7.
  • Loading branch information
dajiaji authored Oct 8, 2022
2 parents 7f6164b + 7be8707 commit 5cb7fa4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changes
Unreleased
----------

Version 1.5.7
-------------

Released 2022-10-08

- Update dependencies.
- Bump cryptography to 38.0.1. `#248 <https://github.com/dajiaji/python-cwt/pull/248>`__
- Update dev dependencies.
- Bump pre-commit/mirrors-mypy to 0.981. `#254 <https://github.com/dajiaji/python-cwt/pull/254>`__
- Bump sphinx to 5.2.3. `#253 <https://github.com/dajiaji/python-cwt/pull/253>`__
- Bump pytest-cov to 4.0.0. `#252 <https://github.com/dajiaji/python-cwt/pull/252>`__
- Bump tox to 3.26.0. `#249 <https://github.com/dajiaji/python-cwt/pull/249>`__
- Bump pre-commit/black to 22.8.0. `#246 <https://github.com/dajiaji/python-cwt/pull/246>`__

Version 1.5.6
-------------

Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .recipient import Recipient
from .signer import Signer

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

0 comments on commit 5cb7fa4

Please sign in to comment.