Skip to content

Commit

Permalink
bumped version to 0.56.2.dev3 after merging PR decalage2#648
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 authored and sindhuri.juturu committed Apr 21, 2022
1 parent 79f6a0a commit 28b57fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions oletools/rtfobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#=== LICENSE =================================================================

# rtfobj is copyright (c) 2012-2019, Philippe Lagadec (http://www.decalage.info)
# rtfobj is copyright (c) 2012-2021, Philippe Lagadec (http://www.decalage.info)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -92,8 +92,10 @@
# - added SCT to the list of executable file extensions PR #461
# 2019-12-16 v0.55.2 PL: - \rtf is not a destination control word (issue #522)
# 2019-12-17 PL: - fixed process_file to detect Equation class (issue #525)
# 2021-05-06 v0.56.2 DD: - fixed bug when OLE package class name ends with null
# characters (issue #507, PR #648)

__version__ = '0.55.2'
__version__ = '0.56.2.dev3'

# ------------------------------------------------------------------------------
# TODO:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#--- METADATA -----------------------------------------------------------------

name = "oletools"
version = '0.56.2.dev2'
version = '0.56.2.dev3'
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"
Expand Down

0 comments on commit 28b57fe

Please sign in to comment.