Skip to content

Commit 6f1252b

Browse files
committed
Bump version to 2.1.0.15
1 parent e6099fc commit 6f1252b

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGES.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 2.1.0.15
2+
2017-11-28
3+
- [#303] Fully support PDFFile object.
4+
- [#301] Add URI property to Artifact object.
5+
- [#300] Support Object 'description' field.
6+
- [#299] Add UnixUserAccount object.
7+
- [#297] Fix error when PropertyTypes have 'delimiter' but no value.
8+
- [#296] Allow setting 'condition' on Artifact object's RawArtifact propety.
9+
- [#294] Support adding SSDEEP hashes.
10+
- [#287] Don't include properties when adding Related Objects with inline=False.
11+
- [#280] Handle 'event' property of Observables correctly.
12+
13+
114
Version 2.1.0.14
215
2017-05-02
316
- Add support for Python 3.6.

cybox/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__ = "2.1.0.15.dev0"
4+
__version__ = "2.1.0.15"

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ version of CybOX.
1515
============= ====================
1616
CybOX Version python-cybox Version
1717
============= ====================
18-
2.1 2.1.0.14 (`PyPI`__) (`GitHub`__)
18+
2.1 2.1.0.15 (`PyPI`__) (`GitHub`__)
1919
2.0.1 2.0.1.4 (`PyPI`__) (`GitHub`__)
2020
2.0 2.0.0.1 (`PyPI`__) (`GitHub`__)
2121
1.0 1.0.0b3 (`PyPI`__) (`GitHub`__)
2222
============= ====================
2323

24-
__ https://pypi.python.org/pypi/cybox/2.1.0.14
25-
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.14
24+
__ https://pypi.python.org/pypi/cybox/2.1.0.15
25+
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.15
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

0 commit comments

Comments
 (0)