Skip to content

Commit

Permalink
Bump up version to v1.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Apr 3, 2022
1 parent cf19665 commit ca72ca2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Changes
Unreleased
----------

Version 1.5.4
-------------

Released 2022-04-03

- Update dependencies.
- Bump pre-commit from 0.930 to 0.942. `#221 <https://github.com/dajiaji/python-cwt/pull/221>`__.
- Bump sphinx from 4.3.2 to 4.5.0. `#220 <https://github.com/dajiaji/python-cwt/pull/220>`__.
- Bump asn1crypto from 1.4.0 to 1.5.1. `#218 <https://github.com/dajiaji/python-cwt/pull/218>`__.
- Bump cryptography from 36.0.1 to 36.0. `#217 <https://github.com/dajiaji/python-cwt/pull/217>`__.
- Bump pytest from 6.2.5 to 7.0.1. `#213 <https://github.com/dajiaji/python-cwt/pull/213>`__.
- Bump cbor2 from 5.4.2 to 5.4.2.post1. `#211 <https://github.com/dajiaji/python-cwt/pull/211>`__.
- Add pre-commit hooks for checking json, toml and yaml files. `#207 <https://github.com/dajiaji/python-cwt/pull/208>`__
- Migrate mypy to pre-commit. `#206 <https://github.com/dajiaji/python-cwt/pull/206>`__

Version 1.5.3
-------------

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

0 comments on commit ca72ca2

Please sign in to comment.