From 7f7bbfdfc022671e27ae9e3d105c0393655538c4 Mon Sep 17 00:00:00 2001 From: DC3-TSD <12175126+DC3-DCCI@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:57:03 -0400 Subject: [PATCH] 2.5.3 release --- CHANGELOG.md | 5 +++-- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c748c..7245300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -### [Unreleased] +### [2.5.3] - 2023-09-27 - Updated `kordesii.utils.yara` to handle changes made in YARA 4.3.0 @@ -470,7 +470,8 @@ function parameters and operand values. - Initial contribution. -[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.5.2...HEAD +[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.5.3...HEAD +[2.5.3]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.5.2...2.5.3 [2.5.2]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.5.1...2.5.2 [2.5.1]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/2.4.1...2.5.0 diff --git a/setup.cfg b/setup.cfg index be55bfa..1abcfa3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.5.2 +version = 2.5.3 description = A framework for decoding encoded strings and files in malware via IDA Pro IDAPython scripting. long-description-content-type = text/markdown long-description = file:README.md