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 2.1.0.18
2
+ 2019-09-05
3
+ - [#314] Add missing methods to ListFieldMixin.
4
+ - [#320] Fix handling of empty Hash values.
5
+
1
6
Version 2.1.0.17
2
- 2017 -03-02
7
+ 2018 -03-02
3
8
- [#313] Fix VocabString.is_plain()
4
9
- Add Location object and Pools. Update Event to use location, and Observable
5
10
to use Pools.
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2017, The MITRE Corporation. All rights reserved.
2
2
# See LICENSE.txt for complete terms.
3
3
4
- __version__ = "2.1.0.18.dev0 "
4
+ __version__ = "2.1.0.18"
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ version of CybOX.
15
15
============= ====================
16
16
CybOX Version python-cybox Version
17
17
============= ====================
18
- 2.1 2.1.0.17 (`PyPI `__) (`GitHub `__)
18
+ 2.1 2.1.0.18 (`PyPI `__) (`GitHub `__)
19
19
2.0.1 2.0.1.4 (`PyPI `__) (`GitHub `__)
20
20
2.0 2.0.0.1 (`PyPI `__) (`GitHub `__)
21
21
1.0 1.0.0b3 (`PyPI `__) (`GitHub `__)
22
22
============= ====================
23
23
24
- __ https://pypi.python.org/pypi/cybox/2.1.0.17
25
- __ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.17
24
+ __ https://pypi.python.org/pypi/cybox/2.1.0.18
25
+ __ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.18
26
26
__ https://pypi.python.org/pypi/cybox/2.0.1.4
27
27
__ https://github.com/CybOXProject/python-cybox/tree/v2.0.1.4
28
28
__ https://pypi.python.org/pypi/cybox/2.0.0.1
You can’t perform that action at this time.
0 commit comments