Skip to content

Commit 588aa92

Browse files
committed
Bump version to 1.1.1.9
1 parent 31dfdea commit 588aa92

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.1.1.9
2+
2017-01-18
3+
- Support Python 3.6
4+
- #321 Fix CIQ extensions.
5+
16
Version 1.1.1.8
27
2017-01-18
38
- Update to support Python 3.

docs/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **python-stix** library provides an API for developing and consuming *Struct
66
.. note::
77

88
These docs provide standard reference for this Python library. For documentation on *idiomatic* usage and *common patterns*, as well as various STIX-related information and utilities, please visit the `STIXProject at GitHub`_.
9-
9+
1010
.. _STIXProject at GitHub: http://stixproject.github.io/
1111

1212
.. _STIX website: http://stix.mitre.org
@@ -22,14 +22,14 @@ version of STIX.
2222
============ ===================
2323
STIX Version python-stix Version
2424
============ ===================
25-
1.1.1 1.1.1.8 (`PyPI`__) (`GitHub`__)
25+
1.1.1 1.1.1.9 (`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.8
32-
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.8
31+
__ https://pypi.python.org/pypi/stix/1.1.1.9
32+
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.9
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
@@ -80,4 +80,3 @@ Indices and tables
8080
* :ref:`genindex`
8181
* :ref:`modindex`
8282
* :ref:`search`
83-

stix/version.py

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

4-
__version__ = "1.1.1.8"
4+
__version__ = "1.1.1.9"

0 commit comments

Comments
 (0)