Skip to content

Commit

Permalink
Bump version: 2.2.1 → 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Sep 10, 2020
1 parent e0b06bb commit f7daa83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.1
current_version = 2.2.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion taxii2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion taxii2client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "2.2.2"

0 comments on commit f7daa83

Please sign in to comment.