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 @@ -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
7272Released: 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.
Original file line number Diff line number Diff line change 4242import sys
4343import 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
4949STARTUPINFO = None
5050if os .name == 'nt' : # pragma: no cover
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def skipIf(condition, message):
3030import gnupg
3131
3232__author__ = 'Vinay Sajip'
33- __date__ = '$24-Nov-2021 09:14:09 $'
33+ __date__ = '$20-May-2022 09:02:15 $'
3434
3535ALL_TESTS = True
3636
You can’t perform that action at this time.
0 commit comments