Skip to content

Commit

Permalink
Merge pull request #181 from dajiaji/bump-to-v1_4_1
Browse files Browse the repository at this point in the history
Bump up version to v1.4.1.
  • Loading branch information
dajiaji authored Oct 11, 2021
2 parents 0dfe849 + 0bf2aad commit 26d35ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
Unreleased
----------

Version 1.4.1
-------------

Released 2021-10-11

- Make public types explicit for PyLance. `#180 <https://github.com/dajiaji/python-cwt/pull/180>`__
- Use datetime.now(tz=timezone.utc) instead of datetime.utcnow. `#179 <https://github.com/dajiaji/python-cwt/pull/179>`__
- Add py.typed for PEP561. `#176 <https://github.com/dajiaji/python-cwt/pull/176>`__
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__ = "1.4.0"
__version__ = "1.4.1"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down

0 comments on commit 26d35ce

Please sign in to comment.