Skip to content

Commit 8419ce8

Browse files
committed
Update version to release.
1 parent cc47dfd commit 8419ce8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gnupg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
import sys
4646
import threading
4747

48-
__version__ = '0.5.4.dev0'
48+
__version__ = '0.5.4'
4949
__author__ = 'Vinay Sajip'
50-
__date__ = '$20-Sep-2024 17:22:27$'
50+
__date__ = '$07-Jan-2025 10:13:17$'
5151

5252
STARTUPINFO = None
5353
if os.name == 'nt': # pragma: no cover

test_gnupg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def skipIf(condition, message):
3535
import gnupg
3636

3737
__author__ = 'Vinay Sajip'
38-
__date__ = '$20-Sep-2024 17:23:25$'
38+
__date__ = '$07-Jan-2025 10:12:41$'
3939

4040
ALL_TESTS = True
4141

0 commit comments

Comments
 (0)