File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ Changelog
33
44Here you can see the full list of changes between each Nightfall release.
55
6+ Version 1.0.3
7+ -------------
8+
9+ Released on November 2, 2021
10+
11+ - Bugfix fix classifier on module.
12+
13+ Version 1.0.2
14+ -------------
15+
16+ Released on November 2, 2021
17+
18+ - Bugfix to send detection rule name in request.
19+
620Version 1.0.1
721-------------
822
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def readme():
99
1010setup (
1111 name = "nightfall" ,
12- version = "1.0.2 " ,
12+ version = "1.0.3 " ,
1313 description = "Python SDK for Nightfall" ,
1414 long_description = readme (),
1515 long_description_content_type = "text/markdown" ,
@@ -18,7 +18,7 @@ def readme():
18181919 license = "MIT" ,
2020 classifiers = [
21- "Development Status :: 5 - Stable" ,
21+ "Development Status :: 5 - Production/ Stable" ,
2222 "Intended Audience :: Developers" ,
2323 "Intended Audience :: System Administrators" ,
2424 "License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments