From e739c4fc34288c3653c432e5601705b15cc036f6 Mon Sep 17 00:00:00 2001 From: W Chan Date: Fri, 24 Apr 2020 16:04:00 -0700 Subject: [PATCH] Patch release v1.1.1 with bug fix for st2 v3.2 A patch release v1.1.1 with bug fix for pre-release testing of StackStorm v3.2. --- CHANGELOG.rst | 4 ++-- orquesta/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f846719..25378447 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -In Development --------------- +1.1.1 +----- Fixed ~~~~~ diff --git a/orquesta/__init__.py b/orquesta/__init__.py index 02ff4285..aacae894 100644 --- a/orquesta/__init__.py +++ b/orquesta/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.1.0' +__version__ = '1.1.1'