diff --git a/CHANGES.txt b/CHANGES.txt index c3a56aff..466f00d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +Version 1.1.1.7 +2016-10-21 +- Improved handling of Industry Sectors in CIQ Identity for AIS Markings + Version 1.1.1.6 2016-10-14 - Add support for AIS Markings in STIX 1.1.1 diff --git a/docs/index.rst b/docs/index.rst index ed18ae92..53f06eb6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,14 +22,14 @@ version of STIX. ============ =================== STIX Version python-stix Version ============ =================== -1.1.1 1.1.1.6 (`PyPI`__) (`GitHub`__) +1.1.1 1.1.1.7 (`PyPI`__) (`GitHub`__) 1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__) 1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__) 1.0 1.0.0a7 (`PyPI`__) (`GitHub`__) ============ =================== -__ https://pypi.python.org/pypi/stix/1.1.1.6 -__ https://github.com/STIXProject/python-stix/tree/v1.1.1.6 +__ https://pypi.python.org/pypi/stix/1.1.1.7 +__ https://github.com/STIXProject/python-stix/tree/v1.1.1.7 __ https://pypi.python.org/pypi/stix/1.1.0.6 __ https://github.com/STIXProject/python-stix/tree/v1.1.0.6 __ https://pypi.python.org/pypi/stix/1.0.1.1 diff --git a/stix/version.py b/stix/version.py index d9de1e47..3c1446dd 100644 --- a/stix/version.py +++ b/stix/version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, The MITRE Corporation. All rights reserved. +# Copyright (c) 2016, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.1.1.7.dev0" +__version__ = "1.1.1.7"