Skip to content

Commit c9a3ef7

Browse files
authored
Merge pull request #295 from dajiaji/bump-to-v2_1_0
Bump up version to v2.1.0.
2 parents f834f6e + 3e54259 commit c9a3ef7

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGES.rst

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

7+
Version 2.1.0
8+
-------------
9+
10+
Released 2022-11-29
11+
12+
- Add encode() to COSE. `#294 <https://github.com/dajiaji/python-cwt/pull/294>`__
13+
- Update dev dependencies.
14+
- Bump pre-commit/flake8 to 6.0.0. `#288 <https://github.com/dajiaji/python-cwt/pull/288>`__
15+
- Bump pre-commit/mirrors-mypy to 0.991. `#288 <https://github.com/dajiaji/python-cwt/pull/288>`__
16+
- Bump pre-commit/pre-commit-hooks to 4.4.0. `#288 <https://github.com/dajiaji/python-cwt/pull/288>`__
17+
718
Version 2.0.0
819
-------------
920

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__ = "2.0.0"
19+
__version__ = "2.1.0"
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 = "2.0.0"
7+
version = "2.1.0"
88
description = "A Python implementation of CWT/COSE."
99
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)