Skip to content

Commit

Permalink
Bump version to 1.1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 25, 2017
1 parent 31dfdea commit 588aa92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.1.1.9
2017-01-18
- Support Python 3.6
- #321 Fix CIQ extensions.

Version 1.1.1.8
2017-01-18
- Update to support Python 3.
Expand Down
9 changes: 4 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The **python-stix** library provides an API for developing and consuming *Struct
.. note::

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`_.

.. _STIXProject at GitHub: http://stixproject.github.io/

.. _STIX website: http://stix.mitre.org
Expand All @@ -22,14 +22,14 @@ version of STIX.
============ ===================
STIX Version python-stix Version
============ ===================
1.1.1 1.1.1.8 (`PyPI`__) (`GitHub`__)
1.1.1 1.1.1.9 (`PyPI`__) (`GitHub`__)
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
============ ===================

__ https://pypi.python.org/pypi/stix/1.1.1.8
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.8
__ https://pypi.python.org/pypi/stix/1.1.1.9
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.9
__ https://pypi.python.org/pypi/stix/1.1.0.6
__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
__ https://pypi.python.org/pypi/stix/1.0.1.1
Expand Down Expand Up @@ -80,4 +80,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

2 changes: 1 addition & 1 deletion stix/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2016, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "1.1.1.8"
__version__ = "1.1.1.9"

0 comments on commit 588aa92

Please sign in to comment.