File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ Version 1.2.0.11
2+ 2020-11-16
3+ - #367 Fix deprecation warning from collections module
4+
15Version 1.2.0.10
262020-05-01
37- #366 Check add_reference methods to prevent NoneType has no attribute 'append'
@@ -56,6 +60,19 @@ Version 1.2.0.2
5660- #302 Correctly handle CIQ Identity objects.
5761- Add additional fields to CIQ Identity object.
5862
63+ Version 1.1.1.19
64+ 2020-11-16
65+ - #367 Fix deprecation warning from collections module
66+
67+ Version 1.1.1.18
68+ 2020-05-01
69+ - #366 Check add_reference methods to prevent NoneType has no attribute 'append'
70+ - Changes to STIXPackage to prevent the empty <stix:TTPs/> tag from appearing in serialization
71+
72+ Version 1.1.1.17
73+ 2020-04-21
74+ - #365 AISMarkingStructure not serializing correctly. PY3 compatibility issue
75+
5976Version 1.1.1.16
60772020-04-16
6178- #364 TTPs would fail to serialize XML Kill_Chains if no TTP was set
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ tag = True
99
1010[bumpversion:file:docs/index.rst]
1111
12+ [metadata]
13+ license_file = LICENSE.txt
14+
1215[bdist_wheel]
1316universal = True
1417
You can’t perform that action at this time.
0 commit comments