Skip to content

Commit 1df7d89

Browse files
committed
Updated to 4.1.0.12
1 parent 6ac7866 commit 1df7d89

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
Version 4.1.0.11
27
2015-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

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ version of MAEC.
1515
============ ===================
1616
MAEC Version python-maec Version
1717
============ ===================
18-
4.1 4.1.0.11 (`PyPI`__) (`GitHub`__)
18+
4.1 4.1.0.12 (`PyPI`__) (`GitHub`__)
1919
4.0 4.0.1.0 (`PyPI`__) (`GitHub`__)
2020
3.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

maec/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)