From 08056c175b3b3bb2a0271f1c9601c0c9e47ad1b8 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 2 Jun 2021 16:25:33 +0200 Subject: [PATCH] bumped version to 0.60 --- oletools/crypto.py | 2 +- oletools/olevba.py | 2 +- oletools/rtfobj.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oletools/crypto.py b/oletools/crypto.py index df45f7fe..a642cb54 100644 --- a/oletools/crypto.py +++ b/oletools/crypto.py @@ -96,7 +96,7 @@ def script_main_function(input_file, passwords, crypto_nesting=0, args): # 2021-05-22 v0.60 PL: - added PowerPoint transparent password # '/01Hannes Ruescher/01' (issue #627) -__version__ = '0.60.dev2' +__version__ = '0.60' import sys import struct diff --git a/oletools/olevba.py b/oletools/olevba.py index 5e770439..5dd75bbe 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -235,7 +235,7 @@ # for issue #619) # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) -__version__ = '0.60.dev2' +__version__ = '0.60' #------------------------------------------------------------------------------ # TODO: diff --git a/oletools/rtfobj.py b/oletools/rtfobj.py index 3f6133bd..279deb67 100644 --- a/oletools/rtfobj.py +++ b/oletools/rtfobj.py @@ -97,7 +97,7 @@ from __future__ import print_function -__version__ = '0.60.dev2' +__version__ = '0.60' # ------------------------------------------------------------------------------ # TODO: