Commit d4835565831df2955ec98337c01a5c8cc2e2f544
1 parent
e8585b78
bumped version to 0.56.1
Showing
2 changed files
with
3 additions
and
3 deletions
oletools/olevba.py
| @@ -32,7 +32,7 @@ https://github.com/unixfreak0037/officeparser | @@ -32,7 +32,7 @@ https://github.com/unixfreak0037/officeparser | ||
| 32 | 32 | ||
| 33 | # === LICENSE ================================================================== | 33 | # === LICENSE ================================================================== |
| 34 | 34 | ||
| 35 | -# olevba is copyright (c) 2014-2020 Philippe Lagadec (http://www.decalage.info) | 35 | +# olevba is copyright (c) 2014-2021 Philippe Lagadec (http://www.decalage.info) |
| 36 | # All rights reserved. | 36 | # All rights reserved. |
| 37 | # | 37 | # |
| 38 | # Redistribution and use in source and binary forms, with or without modification, | 38 | # Redistribution and use in source and binary forms, with or without modification, |
| @@ -234,7 +234,7 @@ from __future__ import print_function | @@ -234,7 +234,7 @@ from __future__ import print_function | ||
| 234 | # 2020-09-28 PL: - added VBA_Parser.get_vba_code_all_modules (partial fix | 234 | # 2020-09-28 PL: - added VBA_Parser.get_vba_code_all_modules (partial fix |
| 235 | # for issue #619) | 235 | # for issue #619) |
| 236 | 236 | ||
| 237 | -__version__ = '0.56.1.dev2' | 237 | +__version__ = '0.56.1' |
| 238 | 238 | ||
| 239 | #------------------------------------------------------------------------------ | 239 | #------------------------------------------------------------------------------ |
| 240 | # TODO: | 240 | # TODO: |
setup.py
| @@ -52,7 +52,7 @@ import os, fnmatch | @@ -52,7 +52,7 @@ import os, fnmatch | ||
| 52 | #--- METADATA ----------------------------------------------------------------- | 52 | #--- METADATA ----------------------------------------------------------------- |
| 53 | 53 | ||
| 54 | name = "oletools" | 54 | name = "oletools" |
| 55 | -version = '0.56.1.dev2' | 55 | +version = '0.56.1' |
| 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" | 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 | long_desc = open('oletools/README.rst').read() | 57 | long_desc = open('oletools/README.rst').read() |
| 58 | author = "Philippe Lagadec" | 58 | author = "Philippe Lagadec" |