File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,18 +72,25 @@ Change log
7272.. note :: GCnn refers to an issue nn on Google Code.
7373
7474
75- 0.5.3 (future)
75+ 0.5.4 (future)
7676--------------
7777
7878Released: Not yet
7979
80+
81+ 0.5.3
82+ -----
83+
84+ Released: 2024-09-20
85+
8086* Fix #117: Add WKD (Web Key Directory) support for auto-locating keys. Thanks to Myzel394
8187 for the patch.
8288
8389* Fix #237: Ensure local variable is initialized even when an exception occurs.
8490
8591* Fix #239: Remove logging of decryption result.
8692
93+
87940.5.2
8895-----
8996
Original file line number Diff line number Diff line change 4545import sys
4646import threading
4747
48- __version__ = '0.5.3.dev0 '
48+ __version__ = '0.5.3'
4949__author__ = 'Vinay Sajip'
50- __date__ = '$12-Dec-2023 07:52:07 $'
50+ __date__ = '$20-Sep-2024 17:22:27 $'
5151
5252STARTUPINFO = None
5353if os .name == 'nt' : # pragma: no cover
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def skipIf(condition, message):
3535import gnupg
3636
3737__author__ = 'Vinay Sajip'
38- __date__ = '$12-Dec-2023 07:57:43 $'
38+ __date__ = '$20-Sep-2024 17:23:25 $'
3939
4040ALL_TESTS = True
4141
You can’t perform that action at this time.
0 commit comments