Skip to content

Commit 5f83627

Browse files
committed
Changes for 0.5.5.
1 parent e42cbbd commit 5f83627

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

7878
Released: 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.

gnupg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
import sys
5050
import 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

5656
STARTUPINFO = None
5757
if os.name == 'nt': # pragma: no cover

test_gnupg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def skipIf(condition, message):
3636
import gnupg
3737

3838
__author__ = 'Vinay Sajip'
39-
__date__ = '$07-Jan-2025 10:12:41$'
39+
__date__ = '$04-Aug-2025 19:50:21$'
4040

4141
ALL_TESTS = True
4242

0 commit comments

Comments
 (0)