Commit c629ef7de454358fb2fe439aafb797a94925e528
1 parent
48057ab3
olevba: bumped version to 0.56dev7 after PR #604
Showing
2 changed files
with
3 additions
and
2 deletions
oletools/olevba.py
| ... | ... | @@ -227,8 +227,9 @@ from __future__ import print_function |
| 227 | 227 | # 2020-01-31 v0.56 KS: - added option --no-xlm, improved MHT detection |
| 228 | 228 | # 2020-03-22 PL: - uses plugin_biff to display DCONN objects and their URL |
| 229 | 229 | # 2020-06-11 PL: - fixed issue #575 when decompressing raw chunks in VBA |
| 230 | +# 2020-09-03 MX: - fixed issue #602 monkeypatch in email package | |
| 230 | 231 | |
| 231 | -__version__ = '0.56dev6' | |
| 232 | +__version__ = '0.56dev7' | |
| 232 | 233 | |
| 233 | 234 | #------------------------------------------------------------------------------ |
| 234 | 235 | # TODO: | ... | ... |
setup.py
| ... | ... | @@ -52,7 +52,7 @@ import os, fnmatch |
| 52 | 52 | #--- METADATA ----------------------------------------------------------------- |
| 53 | 53 | |
| 54 | 54 | name = "oletools" |
| 55 | -version = '0.56dev6' | |
| 55 | +version = '0.56dev7' | |
| 56 | 56 | 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" |
| 57 | 57 | long_desc = open('oletools/README.rst').read() |
| 58 | 58 | author = "Philippe Lagadec" | ... | ... |