Skip to content

Commit b1f5adf

Browse files
committed
Bump version to 4.1.0.14
1 parent 97b8dd2 commit b1f5adf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Version 4.1.0.13
29
2016-08-09
310
- Add support for Python 3.3+

maec/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2018, The MITRE Corporation. All rights reserved.
22
# See LICENSE.txt for complete terms.
33

4-
__version__ = "4.1.0.13"
4+
__version__ = "4.1.0.14"

0 commit comments

Comments
 (0)