From b9876635c5549098e6a494eb7a9dac8df9fcac1b Mon Sep 17 00:00:00 2001 From: decalage2 Date: Tue, 2 Nov 2021 23:38:38 +0100 Subject: [PATCH] bumped version to 0.60.1.dev4, updated changelog --- oletools/ftguess.py | 2 +- setup.py | 2 +- tests/test-data/other/presentation.xps | Bin 217934 -> 0 bytes 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 tests/test-data/other/presentation.xps diff --git a/oletools/ftguess.py b/oletools/ftguess.py index 6b7f904..eba66b7 100644 --- a/oletools/ftguess.py +++ b/oletools/ftguess.py @@ -43,7 +43,7 @@ from __future__ import print_function # 2018-07-04 v0.54 PL: - first version # 2021-05-09 v0.60 PL: - -__version__ = '0.60.dev1' +__version__ = '0.60.1.dev4' # ------------------------------------------------------------------------------ # TODO: diff --git a/setup.py b/setup.py index 9994732..16b6b24 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.1.dev2' +version = '0.60.1.dev4' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec" diff --git a/tests/test-data/other/presentation.xps b/tests/test-data/other/presentation.xps old mode 100755 new mode 100644 index 7463731..7463731 Binary files a/tests/test-data/other/presentation.xps and b/tests/test-data/other/presentation.xps differ -- libgit2 0.21.4