File tree 2 files changed +20
-0
lines changed
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
+
1
5
Version 1.2.0.10
2
6
2020-05-01
3
7
- #366 Check add_reference methods to prevent NoneType has no attribute 'append'
@@ -56,6 +60,19 @@ Version 1.2.0.2
56
60
- #302 Correctly handle CIQ Identity objects.
57
61
- Add additional fields to CIQ Identity object.
58
62
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
+
59
76
Version 1.1.1.16
60
77
2020-04-16
61
78
- #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
9
9
10
10
[bumpversion:file:docs/index.rst]
11
11
12
+ [metadata]
13
+ license_file = LICENSE.txt
14
+
12
15
[bdist_wheel]
13
16
universal = True
14
17
You can’t perform that action at this time.
0 commit comments