Skip to content

Commit

Permalink
Update documentation for new releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Oct 14, 2016
1 parent bc5d6e1 commit 9c20cd9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 1.1.1.6
2016-10-14
- Add support for AIS Markings in STIX 1.1.1
- Support additional fields in CIQ Identity

Version 1.1.1.5
2015-04-29
- #200 Refactored ns_dict behavior in to_xml() to allow custom namespace mappings
- #254 Added information_source to MarkingSpecification class.
- #188 Added nationalities to CIQ Identity extension.
- #246 Added coa_requested to Incident class.
- #248 Set include_schemalocs to False by default in to_xml()
- #249 Removed "Work In Progress" label from RTD documentation.

Version 1.1.1.4
2015-03-19
- #44 Added StructuredCOA support. This completes the COA structure.
Expand Down Expand Up @@ -215,4 +229,4 @@ Version 1.0.0a2
Version 1.0.0a1
2013-04-22
- First (alpha) release on PyPI
- Compatible with STIX 1.0 Draft 2
- Compatible with STIX 1.0 Draft 2
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.5 (`PyPI`__) (`GitHub`__)
1.1.1 1.1.1.6 (`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.5
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.5
__ https://pypi.python.org/pypi/stix/1.1.1.6
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.6
__ 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

0 comments on commit 9c20cd9

Please sign in to comment.