From f7daa83c18f6346d1e4f062dee571d5fca307300 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 10 Sep 2020 17:52:59 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.1=20=E2=86=92=202.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- taxii2client/__init__.py | 2 +- taxii2client/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cb9035d..d617ffe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = '2.2.1' +version = '2.2.2' # The full version, including alpha/beta/rc tags. -release = '2.2.1' +release = '2.2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index ef06522..025fc6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True diff --git a/taxii2client/__init__.py b/taxii2client/__init__.py index 6625315..cf9c146 100644 --- a/taxii2client/__init__.py +++ b/taxii2client/__init__.py @@ -15,7 +15,7 @@ log.addHandler(ch) -DEFAULT_USER_AGENT = "taxii2-client/2.2.1" +DEFAULT_USER_AGENT = "taxii2-client/2.2.2" MEDIA_TYPE_STIX_V20 = "application/vnd.oasis.stix+json; version=2.0" MEDIA_TYPE_TAXII_V20 = "application/vnd.oasis.taxii+json; version=2.0" MEDIA_TYPE_TAXII_V21 = "application/taxii+json; version=2.1" diff --git a/taxii2client/version.py b/taxii2client/version.py index b19ee4b..ba51ced 100644 --- a/taxii2client/version.py +++ b/taxii2client/version.py @@ -1 +1 @@ -__version__ = "2.2.1" +__version__ = "2.2.2"