Skip to content

Commit

Permalink
Merge pull request #203 from dajiaji/bump-to-v1_5_2
Browse files Browse the repository at this point in the history
Bump up version to v1.5.2.
  • Loading branch information
dajiaji authored Dec 31, 2021
2 parents 048a874 + 6beac94 commit e1514f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
Unreleased
----------

Version 1.5.2
-------------

Released 2021-12-31

- Refine github action. `#202 <https://github.com/dajiaji/python-cwt/pull/202>`__
- Refine tox.ini. `#202 <https://github.com/dajiaji/python-cwt/pull/202>`__
- Use pytest-cov instead of coverage. `#202 <https://github.com/dajiaji/python-cwt/pull/202>`__
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.1"
__version__ = "1.5.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 = "1.5.1"
version = "1.5.2"
description = "A Python implementation of CWT/COSE."
authors = ["Ajitomi Daisuke <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e1514f2

Please sign in to comment.