From bbc4c0c53c0f2af6cce1f6688abcfaa82908a064 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Mon, 29 Jan 2024 23:24:00 +0100 Subject: [PATCH] updated changelog and bumped version to 0.60.2dev5 --- LICENSE.md | 2 +- README.md | 2 +- oletools/olevba.py | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 051431c..1cb968f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files published with their own license. -The python-oletools package is copyright (c) 2012-2023 Philippe Lagadec (http://www.decalage.info) +The python-oletools package is copyright (c) 2012-2024 Philippe Lagadec (http://www.decalage.info) All rights reserved. diff --git a/README.md b/README.md index 2d482ff..7459496 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ License This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files published with their own license. -The python-oletools package is copyright (c) 2012-2023 Philippe Lagadec (http://www.decalage.info) +The python-oletools package is copyright (c) 2012-2024 Philippe Lagadec (http://www.decalage.info) All rights reserved. diff --git a/oletools/olevba.py b/oletools/olevba.py index 6c5c710..13c7402 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -32,7 +32,7 @@ https://github.com/unixfreak0037/officeparser # === LICENSE ================================================================== -# olevba is copyright (c) 2014-2022 Philippe Lagadec (http://www.decalage.info) +# olevba is copyright (c) 2014-2024 Philippe Lagadec (http://www.decalage.info) # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -236,7 +236,7 @@ from __future__ import print_function # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) # 2021-11-09 KJ: - added PROJECTCOMPATVERSION Record on dir Stream -__version__ = '0.60.2dev1' +__version__ = '0.60.2dev5' #------------------------------------------------------------------------------ # TODO: diff --git a/setup.py b/setup.py index 3ed5a8c..8cf7eda 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.2dev4' +version = '0.60.2dev5' 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" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec" -- libgit2 0.21.4