From 118d15ae468d1a8168309dfcdee5291c814687f2 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Thu, 5 Sep 2019 09:30:02 -0400 Subject: [PATCH] Bump version to 2.1.0.18 --- CHANGES.txt | 7 ++++++- cybox/version.py | 2 +- docs/index.rst | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 17587fe9..ae416b4e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/cybox/version.py b/cybox/version.py index b8955aca..a8a381da 100644 --- a/cybox/version.py +++ b/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.18.dev0" +__version__ = "2.1.0.18" diff --git a/docs/index.rst b/docs/index.rst index 2dc01afd..1045ea4a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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