From 6161cf20db27a4abd0129e2e574a934537f7fddd Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Fri, 4 Feb 2022 14:48:30 -0500 Subject: [PATCH] Bump version to 4.1.5 --- CHANGELOG | 4 ++++ README.rst | 2 +- docs/command-line.rst | 2 +- stix2elevator/version.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 672b12f2..82928caf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ CHANGELOG ========= +4.1.5 - 2022-02-04 + + - Additional fix for Hostname in SocketAddress in pattern + 4.1.4 - 2022-01-24 - Handle required properties diff --git a/README.rst b/README.rst index 889465c6..5d34f3b0 100644 --- a/README.rst +++ b/README.rst @@ -134,7 +134,7 @@ STIX 1.x content to STIX 2.x content: file -stix2-elevator v4.1.4 +stix2-elevator v4.1.5 positional arguments: diff --git a/docs/command-line.rst b/docs/command-line.rst index 1a51c184..16215696 100644 --- a/docs/command-line.rst +++ b/docs/command-line.rst @@ -27,7 +27,7 @@ STIX 1.x content to STIX 2.x content: file -stix2-elevator v4.1.4 +stix2-elevator v4.1.5 positional arguments: diff --git a/stix2elevator/version.py b/stix2elevator/version.py index 8c8c274f..50a59288 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "4.1.4" +__version__ = "4.1.5"