Skip to content

Commit

Permalink
Bump to version 1.1.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Jan 18, 2017
1 parent b02e8dd commit f834236
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.8
2017-01-18
- Update to support Python 3.
- Convert to use mixbox.

Version 1.1.1.7
2016-10-21
- Improved handling of Industry Sectors in CIQ Identity for AIS Markings
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ version of STIX.
============ ===================
STIX Version python-stix Version
============ ===================
1.1.1 1.1.1.7 (`PyPI`__) (`GitHub`__)
1.1.1 1.1.1.8 (`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.7
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.7
__ 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.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
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.dev0"
__version__ = "1.1.1.8"

0 comments on commit f834236

Please sign in to comment.