diff --git a/docs/conf.py b/docs/conf.py index 44f33f69..3561a55c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,8 +10,8 @@ copyright = '2018-2022, OASIS Open' author = 'OASIS Open' -version = '3.1.1' -release = '3.1.1' +version = '3.1.2' +release = '3.1.2' language = None exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store'] diff --git a/setup.cfg b/setup.cfg index f9cce4c5..710bcb43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.1.2 commit = True tag = True diff --git a/stix2validator/version.py b/stix2validator/version.py index d539d50c..911557b8 100644 --- a/stix2validator/version.py +++ b/stix2validator/version.py @@ -1 +1 @@ -__version__ = "3.1.1" +__version__ = "3.1.2"