Skip to content

Commit

Permalink
Bump version to 2.1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 2, 2017
1 parent 08f5570 commit 4b3a397
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2.1.0.14
2017-05-02
- Add support for Python 3.6.
- Update to latest version of mixbox.
- [#288] Add __hash__ to classes.


Version 2.1.0.13
2016-08-09
- Add support for Python 3.3+
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) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "2.1.0.13"
__version__ = "2.1.0.14"
7 changes: 3 additions & 4 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.12 (`PyPI`__) (`GitHub`__)
2.1 2.1.0.14 (`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.12
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.12
__ https://pypi.python.org/pypi/cybox/2.1.0.14
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.14
__ 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 Expand Up @@ -60,4 +60,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 4b3a397

Please sign in to comment.