Skip to content

Commit

Permalink
Bump version to 2.1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Mar 2, 2018
1 parent 4f9de72 commit 899cd92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,9 @@
Version 2.1.0.17
2017-03-02
- [#313] Fix VocabString.is_plain()
- Add Location object and Pools. Update Event to use location, and Observable
to use Pools.

Version 2.1.0.16
2017-11-29
- [#309] Re-packaged 2.1.0.15 with newer setuptools to fix broken wheel.
Expand Down
2 changes: 1 addition & 1 deletion cybox/version.py
@@ -1,4 +1,4 @@
# Copyright (c) 2017, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "2.1.0.17.dev0"
__version__ = "2.1.0.17"
6 changes: 3 additions & 3 deletions docs/index.rst
Expand Up @@ -15,14 +15,14 @@ version of CybOX.
============= ====================
CybOX Version python-cybox Version
============= ====================
2.1 2.1.0.16 (`PyPI`__) (`GitHub`__)
2.1 2.1.0.17 (`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.16
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.16
__ 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.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 899cd92

Please sign in to comment.