Commit 08056c175b3b3bb2a0271f1c9601c0c9e47ad1b8
1 parent
b5c95ef9
bumped version to 0.60
Showing
3 changed files
with
3 additions
and
3 deletions
oletools/crypto.py
oletools/olevba.py
| ... | ... | @@ -235,7 +235,7 @@ from __future__ import print_function |
| 235 | 235 | # for issue #619) |
| 236 | 236 | # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) |
| 237 | 237 | |
| 238 | -__version__ = '0.60.dev2' | |
| 238 | +__version__ = '0.60' | |
| 239 | 239 | |
| 240 | 240 | #------------------------------------------------------------------------------ |
| 241 | 241 | # TODO: | ... | ... |
oletools/rtfobj.py
| ... | ... | @@ -97,7 +97,7 @@ http://www.decalage.info/python/oletools |
| 97 | 97 | |
| 98 | 98 | from __future__ import print_function |
| 99 | 99 | |
| 100 | -__version__ = '0.60.dev2' | |
| 100 | +__version__ = '0.60' | |
| 101 | 101 | |
| 102 | 102 | # ------------------------------------------------------------------------------ |
| 103 | 103 | # TODO: | ... | ... |