Skip to content

Commit

Permalink
Bump up version to v1.6.0.
Browse files Browse the repository at this point in the history
Bump up version to v1.6.0.
  • Loading branch information
dajiaji authored Oct 23, 2022
2 parents 60fd365 + caded81 commit 343726e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Changes
Unreleased
----------

Version 1.6.0
-------------

Released 2022-10-23

- Fix additional authenticated data context. `#266 <https://github.com/dajiaji/python-cwt/pull/266>`__
- Refine samples in README. `#265 <https://github.com/dajiaji/python-cwt/pull/265>`__
- Drop support for binary protected header on COSE. `#252 <https://github.com/dajiaji/python-cwt/pull/262>`__
- Make encode_and_encrypt key parameter optional. `#261 <https://github.com/dajiaji/python-cwt/pull/261>`__
- Add COSE-HPKE experimantally. `#260 <https://github.com/dajiaji/python-cwt/pull/260>`__
- Drop support for Python 3.6. `#259 <https://github.com/dajiaji/python-cwt/pull/259>`__
- Update dependencies.
- Bump cryptography to 38.0.2. `#257 <https://github.com/dajiaji/python-cwt/pull/257>`__
- Update dev dependencies.
- Bump pre-commit/mirrors-mypy to 0.982. `#256 <https://github.com/dajiaji/python-cwt/pull/256>`__
- Bump pre-commit/black to 22.10.0. `#256 <https://github.com/dajiaji/python-cwt/pull/256>`__

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

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

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

0 comments on commit 343726e

Please sign in to comment.