File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,17 @@ Change log
7272.. note :: GCnn refers to an issue nn on Google Code.
7373
7474
75- 0.5.5 (future)
75+ 0.5.6 (future)
7676--------------
7777
7878Released: Not yet
7979
80+
81+ 0.5.5
82+ -----
83+
84+ Released: 2025-08-04
85+
8086* Fix #249: Handle fetching GPG version when not the first item in the configuration.
8187
8288* Fix #250: Capture uid info in a uid_map attribute of ScanKeys/ListKeys.
Original file line number Diff line number Diff line change 4949import sys
5050import threading
5151
52- __version__ = '0.5.5.dev0 '
52+ __version__ = '0.5.5'
5353__author__ = 'Vinay Sajip'
54- __date__ = '$07-Jan -2025 10:13:17 $'
54+ __date__ = '$04-Aug -2025 19:49:23 $'
5555
5656STARTUPINFO = None
5757if os .name == 'nt' : # pragma: no cover
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def skipIf(condition, message):
3636import gnupg
3737
3838__author__ = 'Vinay Sajip'
39- __date__ = '$07-Jan -2025 10:12:41 $'
39+ __date__ = '$04-Aug -2025 19:50:21 $'
4040
4141ALL_TESTS = True
4242
You can’t perform that action at this time.
0 commit comments