Skip to content

Commit

Permalink
Changes for 0.4.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Nov 24, 2021
1 parent 6979164 commit c447378
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@ Change log
.. note:: GCnn refers to an issue nn on Google Code.


0.4.8 (future)
0.4.9 (future)
--------------

Released: Not yet.

0.4.8
-----

Released: 2021-11-24

* Fixed #147: Return gpg's return code in all result instances.

* Fixed #152: Add check for invalid file objects.
Expand Down
4 changes: 2 additions & 2 deletions gnupg.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
A unittest harness (test_gnupg.py) has also been added.
"""

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

try:
from io import StringIO
Expand Down
2 changes: 1 addition & 1 deletion test_gnupg.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def skipIf(condition, message):
import gnupg

__author__ = "Vinay Sajip"
__date__ = "$11-Mar-2020 07:01:41$"
__date__ = "$24-Nov-2021 09:14:09$"

ALL_TESTS = True

Expand Down

0 comments on commit c447378

Please sign in to comment.