Skip to content

Commit

Permalink
Bump version to 2.1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Sep 5, 2019
1 parent 4f3dad9 commit 118d15a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Version 2.1.0.18
2019-09-05
- [#314] Add missing methods to ListFieldMixin.
- [#320] Fix handling of empty Hash values.

Version 2.1.0.17
2017-03-02
2018-03-02
- [#313] Fix VocabString.is_plain()
- Add Location object and Pools. Update Event to use location, and Observable
to use Pools.
Expand Down
2 changes: 1 addition & 1 deletion cybox/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "2.1.0.18.dev0"
__version__ = "2.1.0.18"
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ version of CybOX.
============= ====================
CybOX Version python-cybox Version
============= ====================
2.1 2.1.0.17 (`PyPI`__) (`GitHub`__)
2.1 2.1.0.18 (`PyPI`__) (`GitHub`__)
2.0.1 2.0.1.4 (`PyPI`__) (`GitHub`__)
2.0 2.0.0.1 (`PyPI`__) (`GitHub`__)
1.0 1.0.0b3 (`PyPI`__) (`GitHub`__)
============= ====================

__ https://pypi.python.org/pypi/cybox/2.1.0.17
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.17
__ https://pypi.python.org/pypi/cybox/2.1.0.18
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.18
__ https://pypi.python.org/pypi/cybox/2.0.1.4
__ https://github.com/CybOXProject/python-cybox/tree/v2.0.1.4
__ https://pypi.python.org/pypi/cybox/2.0.0.1
Expand Down

0 comments on commit 118d15a

Please sign in to comment.