Skip to content

Commit

Permalink
1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Jan 17, 2020
1 parent 692442f commit ad4b0a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file.


## [Unreleased]
## [1.7.0] - 2020-01-15

**NOTE: This is the last version to support Python 2 and IDA 7.0-7.3.
The next release will only support Python 3 and IDA >= 7.4.**

### Added
- Added `--force` flag to `Tester` for adding or updating testcases to ignore errors if set. (@ddash-ct)
Expand Down Expand Up @@ -252,7 +255,8 @@ function parameters and operand values.
- Initial contribution.


[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.6.1...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.7.0...HEAD
[1.7.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.6.1...1.7.0
[1.6.1]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.4.1...1.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):

setup(
name='kordesii',
version='1.6.1',
version='1.7.0',
author='DC3',
description='A framework for decoding encoded strings and files in malware via IDA Pro IDAPython scripting.',
url='https://github.com/Defense-Cyber-Crime-Center/kordesii',
Expand Down

0 comments on commit ad4b0a4

Please sign in to comment.