Commit a1f5b2814733f30349a46479307ec6d95d02b7e6

Authored by decalage2
1 parent f5ddf80e

oleid: fixed bug in check_excel (issue #584, PR #585)

Showing 1 changed file with 3 additions and 2 deletions
oletools/oleid.py
... ... @@ -17,7 +17,7 @@ http://www.decalage.info/python/oletools
17 17  
18 18 #=== LICENSE =================================================================
19 19  
20   -# oleid is copyright (c) 2012-2019, Philippe Lagadec (http://www.decalage.info)
  20 +# oleid is copyright (c) 2012-2021, Philippe Lagadec (http://www.decalage.info)
21 21 # All rights reserved.
22 22 #
23 23 # Redistribution and use in source and binary forms, with or without
... ... @@ -58,8 +58,9 @@ from __future__ import print_function
58 58 # 2018-09-11 v0.54 PL: - olefile is now a dependency
59 59 # 2018-10-19 CH: - accept olefile as well as filename, return Indicators,
60 60 # improve encryption detection for ppt
  61 +# 2021-05-07 v0.56.2 MN: - fixed bug in check_excel (issue #584, PR #585)
61 62  
62   -__version__ = '0.54'
  63 +__version__ = '0.56.2.dev3'
63 64  
64 65  
65 66 #------------------------------------------------------------------------------
... ...