File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Unreleased
55----------
66
7+ Version 1.5.3
8+ -------------
9+
10+ Released 2022-01-01
11+
12+ - Add 2022 to copyright and license. `#205 <https://github.com/dajiaji/python-cwt/pull/205 >`__
13+ - Fix link to homepage on PyPI. `#204 <https://github.com/dajiaji/python-cwt/pull/204 >`__
14+ - Add license information to PyPI. `#204 <https://github.com/dajiaji/python-cwt/pull/204 >`__
15+
716Version 1.5.2
817-------------
918
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Ajitomi, Daisuke
3+ Copyright (c) 2021-2022 Ajitomi Daisuke
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1616from .recipient import Recipient
1717from .signer import Signer
1818
19- __version__ = "1.5.2 "
19+ __version__ = "1.5.3 "
2020__title__ = "cwt"
2121__description__ = "A Python implementation of CWT/COSE"
2222__url__ = "https://python-cwt.readthedocs.io"
2323__uri__ = __url__
2424__doc__ = __description__ + " <" + __uri__ + ">"
25- __author__ = "AJITOMI Daisuke"
25+ __author__ = "Ajitomi Daisuke"
2626__email__ = "ajitomi@gmail.com"
2727__license__ = "MIT"
28- __copyright__ = "Copyright 2021 AJITOMI Daisuke"
28+ __copyright__ = "Copyright 2021-2022 Ajitomi Daisuke"
2929__all__ = [
3030 "encode" ,
3131 "encode_and_mac" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " cwt"
7- version = " 1.5.2 "
7+ version = " 1.5.3 "
88description = " A Python implementation of CWT/COSE."
99authors = [" Ajitomi Daisuke <dajiaji@gmail.com>" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments