From e95da193bf0d9bcb06446f9c982279320222ce9b Mon Sep 17 00:00:00 2001 From: Bryan Worrell Date: Wed, 15 Oct 2014 15:22:35 -0400 Subject: [PATCH] Bumped version to 1.1.1.2 --- docs/index.rst | 6 +++--- stix/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 6840b144..2cf4dd8d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,14 +20,14 @@ version of STIX. ============ =================== STIX Version python-stix Version ============ =================== -1.1.1 1.1.1.1 (`PyPI`__) (`GitHub`__) +1.1.1 1.1.1.2 (`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.1 -__ https://github.com/STIXProject/python-stix/tree/v1.1.1.1 +__ https://pypi.python.org/pypi/stix/1.1.1.2 +__ https://github.com/STIXProject/python-stix/tree/v1.1.1.2 __ 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/__init__.py b/stix/__init__.py index bc677759..ec4e0d6a 100644 --- a/stix/__init__.py +++ b/stix/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2014, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.1.1.1" +__version__ = "1.1.1.2" from .base import Entity, EntityList