We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dfe849 + 0bf2aad commit 26d35ceCopy full SHA for 26d35ce
2 files changed
CHANGES.rst
@@ -4,6 +4,11 @@ Changes
4
Unreleased
5
----------
6
7
+Version 1.4.1
8
+-------------
9
+
10
+Released 2021-10-11
11
12
- Make public types explicit for PyLance. `#180 <https://github.com/dajiaji/python-cwt/pull/180>`__
13
- Use datetime.now(tz=timezone.utc) instead of datetime.utcnow. `#179 <https://github.com/dajiaji/python-cwt/pull/179>`__
14
- Add py.typed for PEP561. `#176 <https://github.com/dajiaji/python-cwt/pull/176>`__
cwt/__init__.py
@@ -16,7 +16,7 @@
16
from .recipient import Recipient
17
from .signer import Signer
18
19
-__version__ = "1.4.0"
+__version__ = "1.4.1"
20
__title__ = "cwt"
21
__description__ = "A Python implementation of CWT/COSE"
22
__url__ = "https://python-cwt.readthedocs.io"
0 commit comments