Skip to content

Commit 03ffed7

Browse files
committed
Bump version: 1.2.0.6 → 1.2.0.7
1 parent 722f26a commit 03ffed7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ version of STIX.
2222
============ ===================
2323
STIX Version python-stix Version
2424
============ ===================
25-
1.2 1.2.0.6 (`PyPI`__) (`GitHub`__)
26-
1.1.1 1.1.1.12 (`PyPI`__) (`GitHub`__)
25+
1.2 1.2.0.7 (`PyPI`__) (`GitHub`__)
26+
1.1.1 1.1.1.13 (`PyPI`__) (`GitHub`__)
2727
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
2828
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
2929
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
3030
============ ===================
3131

32-
__ https://pypi.python.org/pypi/stix/1.2.0.6
33-
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.6
34-
__ https://pypi.python.org/pypi/stix/1.1.1.12
35-
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.12
32+
__ https://pypi.python.org/pypi/stix/1.2.0.7
33+
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.7
34+
__ https://pypi.python.org/pypi/stix/1.1.1.13
35+
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.13
3636
__ https://pypi.python.org/pypi/stix/1.1.0.6
3737
__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
3838
__ https://pypi.python.org/pypi/stix/1.0.1.1

stix/version.py

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

4-
__version__ = "1.2.0.6"
4+
__version__ = "1.2.0.7"

0 commit comments

Comments
 (0)