diff --git a/docs/index.rst b/docs/index.rst index d3bbfa9a..aa0447bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,15 +22,15 @@ version of STIX. ============ =================== STIX Version python-stix Version ============ =================== -1.2 1.2.0.7 (`PyPI`__) (`GitHub`__) +1.2 1.2.0.8 (`PyPI`__) (`GitHub`__) 1.1.1 1.1.1.15 (`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.7 -__ https://github.com/STIXProject/python-stix/tree/v1.2.0.7 +__ https://pypi.python.org/pypi/stix/1.2.0.8 +__ https://github.com/STIXProject/python-stix/tree/v1.2.0.8 __ https://pypi.python.org/pypi/stix/1.1.1.15 __ https://github.com/STIXProject/python-stix/tree/v1.1.1.15 __ https://pypi.python.org/pypi/stix/1.1.0.6 diff --git a/setup.cfg b/setup.cfg index 9e2d3895..d22ecb35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0.7 +current_version = 1.2.0.8 parse = (?P\d+)\.(?P\d+)\.(?P\d+).(?P\d+) serialize = {major}.{minor}.{patch}.{revision} commit = True @@ -11,3 +11,4 @@ tag = True [bdist_wheel] universal = True + diff --git a/stix/version.py b/stix/version.py index 2706c4fa..377e3a6f 100644 --- a/stix/version.py +++ b/stix/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2017, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.2.0.7" +__version__ = "1.2.0.8"