Skip to content

Commit 3126283

Browse files
author
Bryan Worrell
committed
Updated RTD version table for v1.1.1.3. Bumped version to 1.1.1.3
1 parent e154287 commit 3126283

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ version of STIX.
2222
============ ===================
2323
STIX Version python-stix Version
2424
============ ===================
25-
1.1.1 1.1.1.2 (`PyPI`__) (`GitHub`__)
25+
1.1.1 1.1.1.3 (`PyPI`__) (`GitHub`__)
2626
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
2727
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
2828
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
2929
============ ===================
3030

31-
__ https://pypi.python.org/pypi/stix/1.1.1.2
32-
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.2
31+
__ https://pypi.python.org/pypi/stix/1.1.1.3
32+
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.3
3333
__ https://pypi.python.org/pypi/stix/1.1.0.6
3434
__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
3535
__ https://pypi.python.org/pypi/stix/1.0.1.1

stix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
22
# See LICENSE.txt for complete terms.
33

4-
__version__ = "1.1.1.2"
4+
__version__ = "1.1.1.3"
55

66
from .base import Entity, EntityList
77

0 commit comments

Comments
 (0)