From f5f502c39a1c675fb664c3f2fd51767cbc35dbc5 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Tue, 6 Mar 2018 13:14:23 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1.9=20=E2=86=92=201.1.1.1?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.rst | 6 +++--- stix/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index fb96b2e6..2cee8535 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.9 (`PyPI`__) (`GitHub`__) +1.1.1 1.1.1.10 (`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.9 -__ https://github.com/STIXProject/python-stix/tree/v1.1.1.9 +__ https://pypi.python.org/pypi/stix/1.1.1.10 +__ https://github.com/STIXProject/python-stix/tree/v1.1.1.10 __ 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 cdd762f7..375c0eec 100644 --- a/stix/version.py +++ b/stix/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2016, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.1.1.9" +__version__ = "1.1.1.10"