Skip to content

Commit e95da19

Browse files
author
Bryan Worrell
committed
Bumped version to 1.1.1.2
1 parent e787c80 commit e95da19

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
@@ -20,14 +20,14 @@ version of STIX.
2020
============ ===================
2121
STIX Version python-stix Version
2222
============ ===================
23-
1.1.1 1.1.1.1 (`PyPI`__) (`GitHub`__)
23+
1.1.1 1.1.1.2 (`PyPI`__) (`GitHub`__)
2424
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
2525
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
2626
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
2727
============ ===================
2828

29-
__ https://pypi.python.org/pypi/stix/1.1.1.1
30-
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.1
29+
__ https://pypi.python.org/pypi/stix/1.1.1.2
30+
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.2
3131
__ https://pypi.python.org/pypi/stix/1.1.0.6
3232
__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
3333
__ 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.1"
4+
__version__ = "1.1.1.2"
55

66
from .base import Entity, EntityList
77

0 commit comments

Comments
 (0)