From d4fdb8db06b9c15c2d7c847ded70a115a99459f3 Mon Sep 17 00:00:00 2001 From: Shreya Gangishetty Date: Mon, 2 Dec 2019 09:00:28 -0800 Subject: [PATCH] chore: bump up translator version --- examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml | 2 +- samtranslator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml b/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml index b362a7843f..96b51569ff 100644 --- a/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml +++ b/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml @@ -45,7 +45,7 @@ Resources: Type: CloudWatchEvent Description: Detects EC2 Security Group Events to Send to Teams Properties: - EventBusName: default + EventBusName: event-bus-name Pattern: source: - "aws.ec2" diff --git a/samtranslator/__init__.py b/samtranslator/__init__.py index 20f9c7ea59..bac6c206fe 100644 --- a/samtranslator/__init__.py +++ b/samtranslator/__init__.py @@ -1 +1 @@ -__version__ = '1.16.0' +__version__ = '1.17.0'