We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b8dd2 commit b1f5adfCopy full SHA for b1f5adf
CHANGES.txt
@@ -1,3 +1,10 @@
1
+Version 4.1.0.14
2
+2018-08-03
3
+- Drop support for Python 2.6, 3.3
4
+- [#91] Don't duplicate Action Collections (@jtschichold)
5
+- [#93] Handle non-ASCII characters in README (@colbyprior)
6
+- Various packaging, testing, and other non-functional improvements
7
+
8
Version 4.1.0.13
9
2016-08-09
10
- Add support for Python 3.3+
maec/version.py
@@ -1,4 +1,4 @@
# Copyright (c) 2018, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.
-__version__ = "4.1.0.13"
+__version__ = "4.1.0.14"
0 commit comments