From 312628315c73ca71a62a13b2340bec5c2ac540a9 Mon Sep 17 00:00:00 2001 From: Bryan Worrell Date: Tue, 23 Dec 2014 10:49:47 -0500 Subject: [PATCH] Updated RTD version table for v1.1.1.3. Bumped version to 1.1.1.3 --- 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 1f8440ca..e1d50dfd 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.2 (`PyPI`__) (`GitHub`__) +1.1.1 1.1.1.3 (`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.2 -__ https://github.com/STIXProject/python-stix/tree/v1.1.1.2 +__ https://pypi.python.org/pypi/stix/1.1.1.3 +__ https://github.com/STIXProject/python-stix/tree/v1.1.1.3 __ 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 ec4e0d6a..6e1eced3 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.2" +__version__ = "1.1.1.3" from .base import Entity, EntityList