Commit b9876635c5549098e6a494eb7a9dac8df9fcac1b
1 parent
be16ef42
bumped version to 0.60.1.dev4, updated changelog
Showing
3 changed files
with
2 additions
and
2 deletions
oletools/ftguess.py
| ... | ... | @@ -43,7 +43,7 @@ from __future__ import print_function |
| 43 | 43 | # 2018-07-04 v0.54 PL: - first version |
| 44 | 44 | # 2021-05-09 v0.60 PL: - |
| 45 | 45 | |
| 46 | -__version__ = '0.60.dev1' | |
| 46 | +__version__ = '0.60.1.dev4' | |
| 47 | 47 | |
| 48 | 48 | # ------------------------------------------------------------------------------ |
| 49 | 49 | # TODO: | ... | ... |
setup.py
| ... | ... | @@ -55,7 +55,7 @@ import os, fnmatch |
| 55 | 55 | #--- METADATA ----------------------------------------------------------------- |
| 56 | 56 | |
| 57 | 57 | name = "oletools" |
| 58 | -version = '0.60.1.dev2' | |
| 58 | +version = '0.60.1.dev4' | |
| 59 | 59 | 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" |
| 60 | 60 | long_desc = open('oletools/README.rst').read() |
| 61 | 61 | author = "Philippe Lagadec" | ... | ... |
tests/test-data/other/presentation.xps
100755 → 100644
No preview for this file type