File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ Version 4.1.0.12
2+ 2015-04-27
3+ - Added formal vocabulary support (a la python-stix/cybox)
4+ - [#69] Updated python-cybox dependency to 2.1.0.11
5+
16Version 4.1.0.11
272015-02-20
38- Fixed a deduplicator logic bug
@@ -23,4 +28,4 @@ Version 4.1.0.8
2328- Greatly expanded documentation (http://maec.readthedocs.org/en/latest/)
2429- Added unit tests
2530- [#53] Added script options class
26- - Various bug fixes
31+ - Various bug fixes
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ version of MAEC.
1515============ ===================
1616MAEC Version python-maec Version
1717============ ===================
18- 4.1 4.1.0.11 (`PyPI `__) (`GitHub `__)
18+ 4.1 4.1.0.12 (`PyPI `__) (`GitHub `__)
19194.0 4.0.1.0 (`PyPI `__) (`GitHub `__)
20203.0 3.0.0b1 (`PyPI `__) (`GitHub `__)
2121============ ===================
2222
23- __ https://pypi.python.org/pypi/maec/4.1.0.11
24- __ https://github.com/MAECProject/python-maec/tree/v4.1.0.11
23+ __ https://pypi.python.org/pypi/maec/4.1.0.12
24+ __ https://github.com/MAECProject/python-maec/tree/v4.1.0.12
2525__ https://pypi.python.org/pypi/maec/4.0.1.0
2626__ https://github.com/MAECProject/python-maec/tree/v4.0.1.0
2727__ https://pypi.python.org/pypi/maec/3.0.0b1
Original file line number Diff line number Diff line change 11# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
22# See LICENSE.txt for complete terms.
33
4- __version__ = "4.1.0.12.dev0 "
4+ __version__ = "4.1.0.12"
You can’t perform that action at this time.
0 commit comments