Skip to content

Commit 3082fa8

Browse files
committed
Changes for 0.4.9.
1 parent e9b7ea3 commit 3082fa8

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
@@ -66,11 +66,17 @@ Change log
6666
.. note:: GCnn refers to an issue nn on Google Code.
6767

6868

69-
0.4.9 (future)
69+
0.5.0 (future)
7070
--------------
7171

7272
Released: Not yet.
7373

74+
75+
0.4.9
76+
-----
77+
78+
Released: 2022-05-20
79+
7480
* Fixed #161: Added a status attribute to the returned object from gen_key() which
7581
is set to 'ok' if a key was successfully created, or 'key not created' if that
7682
was reported by gpg, or None in any other case.

gnupg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
import sys
4343
import threading
4444

45-
__version__ = '0.4.9.dev0'
45+
__version__ = '0.4.9'
4646
__author__ = 'Vinay Sajip'
47-
__date__ = '$24-Nov-2021 09:13:33$'
47+
__date__ = '$20-May-2022 09:01:43$'
4848

4949
STARTUPINFO = None
5050
if os.name == 'nt': # pragma: no cover

test_gnupg.py

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

3232
__author__ = 'Vinay Sajip'
33-
__date__ = '$24-Nov-2021 09:14:09$'
33+
__date__ = '$20-May-2022 09:02:15$'
3434

3535
ALL_TESTS = True
3636

0 commit comments

Comments
 (0)