Skip to content

Commit 143b9c3

Browse files
committed
update changes for v1.2.0.11
1 parent 73632d7 commit 143b9c3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.2.0.11
2+
2020-11-16
3+
- #367 Fix deprecation warning from collections module
4+
15
Version 1.2.0.10
26
2020-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+
5976
Version 1.1.1.16
6077
2020-04-16
6178
- #364 TTPs would fail to serialize XML Kill_Chains if no TTP was set

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
1316
universal = True
1417

0 commit comments

Comments
 (0)