Skip to content

Commit c447378

Browse files
committed
Changes for 0.4.8.
1 parent 6979164 commit c447378

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,16 @@ Change log
6464
.. note:: GCnn refers to an issue nn on Google Code.
6565

6666

67-
0.4.8 (future)
67+
0.4.9 (future)
6868
--------------
6969

7070
Released: Not yet.
7171

72+
0.4.8
73+
-----
74+
75+
Released: 2021-11-24
76+
7277
* Fixed #147: Return gpg's return code in all result instances.
7378

7479
* Fixed #152: Add check for invalid file objects.

gnupg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
A unittest harness (test_gnupg.py) has also been added.
3333
"""
3434

35-
__version__ = "0.4.8.dev0"
35+
__version__ = "0.4.8"
3636
__author__ = "Vinay Sajip"
37-
__date__ = "$11-Mar-2021 07:01:14$"
37+
__date__ = "$24-Nov-2021 09:13:33$"
3838

3939
try:
4040
from io import StringIO

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__ = "$11-Mar-2020 07:01:41$"
33+
__date__ = "$24-Nov-2021 09:14:09$"
3434

3535
ALL_TESTS = True
3636

0 commit comments

Comments
 (0)