Skip to content

Commit

Permalink
Merge pull request #295 from dajiaji/bump-to-v2_1_0
Browse files Browse the repository at this point in the history
Bump up version to v2.1.0.
  • Loading branch information
dajiaji authored Nov 29, 2022
2 parents f834f6e + 3e54259 commit c9a3ef7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changes
Unreleased
----------

Version 2.1.0
-------------

Released 2022-11-29

- Add encode() to COSE. `#294 <https://github.com/dajiaji/python-cwt/pull/294>`__
- Update dev dependencies.
- Bump pre-commit/flake8 to 6.0.0. `#288 <https://github.com/dajiaji/python-cwt/pull/288>`__
- Bump pre-commit/mirrors-mypy to 0.991. `#288 <https://github.com/dajiaji/python-cwt/pull/288>`__
- Bump pre-commit/pre-commit-hooks to 4.4.0. `#288 <https://github.com/dajiaji/python-cwt/pull/288>`__

Version 2.0.0
-------------

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

0 comments on commit c9a3ef7

Please sign in to comment.