Skip to content

Commit 1a5c2ae

Browse files
committed
Bump version to 1.1.1.7
1 parent c71a825 commit 1a5c2ae

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.1.1.7
2+
2016-10-21
3+
- Improved handling of Industry Sectors in CIQ Identity for AIS Markings
4+
15
Version 1.1.1.6
26
2016-10-14
37
- Add support for AIS Markings in STIX 1.1.1

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.6 (`PyPI`__) (`GitHub`__)
25+
1.1.1 1.1.1.7 (`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.6
32-
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.6
31+
__ https://pypi.python.org/pypi/stix/1.1.1.7
32+
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.7
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/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
1+
# Copyright (c) 2016, The MITRE Corporation. All rights reserved.
22
# See LICENSE.txt for complete terms.
33

4-
__version__ = "1.1.1.7.dev0"
4+
__version__ = "1.1.1.7"

0 commit comments

Comments
 (0)