Skip to content

Commit 320fe8d

Browse files
authored
Merge pull request #222 from dajiaji/bump-to-v1_5_4
Bump up version to v1.5.4.
2 parents cf19665 + ca72ca2 commit 320fe8d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGES.rst

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

7+
Version 1.5.4
8+
-------------
9+
10+
Released 2022-04-03
11+
12+
- Update dependencies.
13+
- Bump pre-commit from 0.930 to 0.942. `#221 <https://github.com/dajiaji/python-cwt/pull/221>`__.
14+
- Bump sphinx from 4.3.2 to 4.5.0. `#220 <https://github.com/dajiaji/python-cwt/pull/220>`__.
15+
- Bump asn1crypto from 1.4.0 to 1.5.1. `#218 <https://github.com/dajiaji/python-cwt/pull/218>`__.
16+
- Bump cryptography from 36.0.1 to 36.0. `#217 <https://github.com/dajiaji/python-cwt/pull/217>`__.
17+
- Bump pytest from 6.2.5 to 7.0.1. `#213 <https://github.com/dajiaji/python-cwt/pull/213>`__.
18+
- Bump cbor2 from 5.4.2 to 5.4.2.post1. `#211 <https://github.com/dajiaji/python-cwt/pull/211>`__.
19+
- Add pre-commit hooks for checking json, toml and yaml files. `#207 <https://github.com/dajiaji/python-cwt/pull/208>`__
20+
- Migrate mypy to pre-commit. `#206 <https://github.com/dajiaji/python-cwt/pull/206>`__
21+
722
Version 1.5.3
823
-------------
924

cwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .recipient import Recipient
1717
from .signer import Signer
1818

19-
__version__ = "1.5.3"
19+
__version__ = "1.5.4"
2020
__title__ = "cwt"
2121
__description__ = "A Python implementation of CWT/COSE"
2222
__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 = "1.5.3"
7+
version = "1.5.4"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)