From 8be3529022518b11306d28b7b2e92dc4c5981d07 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 13 Jun 2018 23:21:36 +0200 Subject: [PATCH] rtfobj: bumped version to 0.53.1 --- oletools/rtfobj.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/rtfobj.py b/oletools/rtfobj.py index 0878bd4..c45ab1c 100644 --- a/oletools/rtfobj.py +++ b/oletools/rtfobj.py @@ -85,8 +85,9 @@ http://www.decalage.info/python/oletools # 2018-04-30 PL: - handle "\'" obfuscation trick - issue #281 # 2018-05-10 PL: - fixed issues #303 #307: several destination cwords were incorrect # 2018-05-17 PL: - fixed issue #273: bytes constants instead of str +# 2018-05-31 v0.53.1 PP: - fixed issue #316: whitespace after \bin on Python 3 -__version__ = '0.53' +__version__ = '0.53.1' # ------------------------------------------------------------------------------ # TODO: -- libgit2 0.21.4