Skip to content

Commit 26d35ce

Browse files
authored
Merge pull request #181 from dajiaji/bump-to-v1_4_1
Bump up version to v1.4.1.
2 parents 0dfe849 + 0bf2aad commit 26d35ce

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.rst

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

7+
Version 1.4.1
8+
-------------
9+
10+
Released 2021-10-11
11+
712
- Make public types explicit for PyLance. `#180 <https://github.com/dajiaji/python-cwt/pull/180>`__
813
- Use datetime.now(tz=timezone.utc) instead of datetime.utcnow. `#179 <https://github.com/dajiaji/python-cwt/pull/179>`__
914
- Add py.typed for PEP561. `#176 <https://github.com/dajiaji/python-cwt/pull/176>`__

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.4.0"
19+
__version__ = "1.4.1"
2020
__title__ = "cwt"
2121
__description__ = "A Python implementation of CWT/COSE"
2222
__url__ = "https://python-cwt.readthedocs.io"

0 commit comments

Comments
 (0)