Skip to content

Commit

Permalink
Bump version to 1.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 2, 2017
1 parent 554bab7 commit b06cab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ version of STIX.
============ ===================
STIX Version python-stix Version
============ ===================
1.2 1.2.0.3 (`PyPI`__) (`GitHub`__)
1.2 1.2.0.4 (`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.2.0.3
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.3
__ https://pypi.python.org/pypi/stix/1.2.0.4
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.4
__ 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
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) 2017, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "1.2.0.4.dev0"
__version__ = "1.2.0.4"

0 comments on commit b06cab9

Please sign in to comment.