Commit 8be3529022518b11306d28b7b2e92dc4c5981d07

Authored by decalage2
1 parent 586b5857

rtfobj: bumped version to 0.53.1

Showing 1 changed file with 2 additions and 1 deletions
oletools/rtfobj.py
... ... @@ -85,8 +85,9 @@ http://www.decalage.info/python/oletools
85 85 # 2018-04-30 PL: - handle "\'" obfuscation trick - issue #281
86 86 # 2018-05-10 PL: - fixed issues #303 #307: several destination cwords were incorrect
87 87 # 2018-05-17 PL: - fixed issue #273: bytes constants instead of str
  88 +# 2018-05-31 v0.53.1 PP: - fixed issue #316: whitespace after \bin on Python 3
88 89  
89   -__version__ = '0.53'
  90 +__version__ = '0.53.1'
90 91  
91 92 # ------------------------------------------------------------------------------
92 93 # TODO:
... ...