Skip to content

Commit

Permalink
1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Apr 11, 2019
1 parent f15a544 commit a25a638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [1.4.1] - 2019-04-10
### Fixed
- Added more framework tests.
- Fixed tuple error when attempting to use the `--add-filelist` option in `kordesii test`.
Expand Down Expand Up @@ -111,7 +111,8 @@ function parameters and operand values.
- Initial contribution.


[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.4.0...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.4.1...HEAD
[1.4.1]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/Defense-Cyber-Crime-Center/kordesii/compare/1.1.0...1.2.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.4.0',
version='1.4.1',
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 a25a638

Please sign in to comment.