From 1c1353832870e97c923ead82a6e7744b4ce5a5bc Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Fri, 1 May 2020 13:44:15 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1.17=20=E2=86=92=201.1.1.?= =?UTF-8?q?18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.rst | 6 +++--- setup.cfg | 2 +- stix/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d47fb796..f228bc30 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,14 +22,14 @@ version of STIX. ============ =================== STIX Version python-stix Version ============ =================== -1.1.1 1.1.1.17 (`PyPI`__) (`GitHub`__) +1.1.1 1.1.1.18 (`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.17 -__ https://github.com/STIXProject/python-stix/tree/v1.1.1.17 +__ https://pypi.python.org/pypi/stix/1.1.1.18 +__ https://github.com/STIXProject/python-stix/tree/v1.1.1.18 __ 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 diff --git a/setup.cfg b/setup.cfg index d9af86fd..3350d8c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1.17 +current_version = 1.1.1.18 parse = (?P\d+)\.(?P\d+)\.(?P\d+).(?P\d+) serialize = {major}.{minor}.{patch}.{revision} commit = True diff --git a/stix/version.py b/stix/version.py index d4015ebc..106dc64f 100644 --- a/stix/version.py +++ b/stix/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2016, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "1.1.1.17" +__version__ = "1.1.1.18"