From ae4f18828aed9fe0f9d5f56e82ada90b1984af20 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Fri, 11 May 2018 23:06:58 +0200 Subject: [PATCH] msodde: updated version after PR #275 --- oletools/msodde.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index a38ed45..ce8f29b 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -92,8 +92,9 @@ from oletools import rtfobj # 2018-01-05 CH: - add CSV # 2018-01-11 PL: - fixed issue #242 (apply unquote to fldSimple tags) # 2018-01-10 CH: - add single-xml files (Word 2003/2007+ / Excel 2003) +# 2018-03-21 CH: - added detection for various CSV formulas (issue #259) -__version__ = '0.52' +__version__ = '0.53dev10' # ----------------------------------------------------------------------------- # TODO: field codes can be in headers/footers/comments - parse these diff --git a/setup.py b/setup.py index 50c2f40..203a354 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.53dev9' +version = '0.53dev10' 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" -- libgit2 0.21.4