Commit 08056c175b3b3bb2a0271f1c9601c0c9e47ad1b8

Authored by decalage2
1 parent b5c95ef9

bumped version to 0.60

oletools/crypto.py
@@ -96,7 +96,7 @@ http://www.decalage.info/python/oletools @@ -96,7 +96,7 @@ http://www.decalage.info/python/oletools
96 # 2021-05-22 v0.60 PL: - added PowerPoint transparent password 96 # 2021-05-22 v0.60 PL: - added PowerPoint transparent password
97 # '/01Hannes Ruescher/01' (issue #627) 97 # '/01Hannes Ruescher/01' (issue #627)
98 98
99 -__version__ = '0.60.dev2' 99 +__version__ = '0.60'
100 100
101 import sys 101 import sys
102 import struct 102 import struct
oletools/olevba.py
@@ -235,7 +235,7 @@ from __future__ import print_function @@ -235,7 +235,7 @@ from __future__ import print_function
235 # for issue #619) 235 # for issue #619)
236 # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) 236 # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518)
237 237
238 -__version__ = '0.60.dev2' 238 +__version__ = '0.60'
239 239
240 #------------------------------------------------------------------------------ 240 #------------------------------------------------------------------------------
241 # TODO: 241 # TODO:
oletools/rtfobj.py
@@ -97,7 +97,7 @@ http://www.decalage.info/python/oletools @@ -97,7 +97,7 @@ http://www.decalage.info/python/oletools
97 97
98 from __future__ import print_function 98 from __future__ import print_function
99 99
100 -__version__ = '0.60.dev2' 100 +__version__ = '0.60'
101 101
102 # ------------------------------------------------------------------------------ 102 # ------------------------------------------------------------------------------
103 # TODO: 103 # TODO: