File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ Version 2.1.0.14
2+ 2017-05-02
3+ - Add support for Python 3.6.
4+ - Update to latest version of mixbox.
5+ - [#288] Add __hash__ to classes.
6+
7+
18Version 2.1.0.13
292016-08-09
310- Add support for Python 3.3+
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__ = "2.1.0.13 "
4+ __version__ = "2.1.0.14 "
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ version of CybOX.
1515============= ====================
1616CybOX Version python-cybox Version
1717============= ====================
18- 2.1 2.1.0.12 (`PyPI `__) (`GitHub `__)
18+ 2.1 2.1.0.14 (`PyPI `__) (`GitHub `__)
19192.0.1 2.0.1.4 (`PyPI `__) (`GitHub `__)
20202.0 2.0.0.1 (`PyPI `__) (`GitHub `__)
21211.0 1.0.0b3 (`PyPI `__) (`GitHub `__)
2222============= ====================
2323
24- __ https://pypi.python.org/pypi/cybox/2.1.0.12
25- __ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.12
24+ __ https://pypi.python.org/pypi/cybox/2.1.0.14
25+ __ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.14
2626__ https://pypi.python.org/pypi/cybox/2.0.1.4
2727__ https://github.com/CybOXProject/python-cybox/tree/v2.0.1.4
2828__ https://pypi.python.org/pypi/cybox/2.0.0.1
@@ -60,4 +60,3 @@ Indices and tables
6060* :ref: `genindex `
6161* :ref: `modindex `
6262* :ref: `search `
63-
You can’t perform that action at this time.
0 commit comments