From 14b5bdee2e3bd9d34650c4d2875fed7a863de7e8 Mon Sep 17 00:00:00 2001 From: Cyb3rWard0g Date: Mon, 22 May 2023 23:37:22 -0400 Subject: [PATCH] 0.4.0 update --- CHANGELOG.md | 10 +++++++++- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251c1ce..5d75c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [0.3.9](https://github.com/OTRF/ATTACK-Python-Client/tree/0.3.9) (2023-04-12) +## [0.4.0](https://github.com/OTRF/ATTACK-Python-Client/tree/HEAD) + +[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.9...HEAD) + +**Merged pull requests:** + +- Added support for Mobile data sources/components [\#65](https://github.com/OTRF/ATTACK-Python-Client/pull/65) ([rubinatorz](https://github.com/rubinatorz)) + +## [0.3.9](https://github.com/OTRF/ATTACK-Python-Client/tree/0.3.9) (2023-04-13) [Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.8...0.3.9) diff --git a/setup.cfg b/setup.cfg index 224a779..0f94f37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md \ No newline at end of file +description_file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index e688ba4..3f981ea 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="attackcti", - version="0.3.9", + version="0.4.0", author="Roberto Rodriguez", description="MITRE ATTACK CTI Python Libary", long_description=long_description,