From a457f4212dec77accdef753e75b4b70005519ad7 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 15 Dec 2020 16:42:40 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.2=20=E2=86=92=202.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- stix2validator/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6c9857fc..725b63ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,8 +10,8 @@ copyright = '2018, OASIS Open' author = 'OASIS Open' -version = '2.0.2' -release = '2.0.2' +version = '2.0.4' +release = '2.0.4' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index b8543c64..e4617784 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.0.4 commit = True tag = True diff --git a/stix2validator/version.py b/stix2validator/version.py index 0309ae29..f6bb6f4d 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.4"