Skip to content

Commit

Permalink
Bump version: 1.1.1.11 → 1.1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Apr 25, 2018
1 parent c686356 commit 5c69974
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.11 (`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`__)
1.1.1 1.1.1.12 (`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.11
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.11
__ https://pypi.python.org/pypi/stix/1.1.1.12
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.12
__ 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.11"
__version__ = "1.1.1.12"

0 comments on commit 5c69974

Please sign in to comment.