Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Oct 8, 2019
1 parent 03561dc commit 0570be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -4,12 +4,12 @@
AWSTemplateFormatVersion: "2010-09-09"
Description: |
Initialiser template used to bring up the install ServiceCatalog-Puppet
{"version": "0.37.1", "framework": "servicecatalog-puppet", "role": "initialiser"}
{"version": "0.37.2", "framework": "servicecatalog-puppet", "role": "initialiser"}
Parameters:
Version:
Type: String
Default: "0.37.1"
Default: "0.37.2"
Description: |
Which version of aws-service-catalog-puppet to install
EnabledRegions:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="aws-service-catalog-puppet",
version="0.37.1",
version="0.37.2",
author="Eamonn Faherty",
author_email="aws-service-catalog-tools@amazon.com",
description="Making it easier to deploy ServiceCatalog products",
Expand Down

0 comments on commit 0570be7

Please sign in to comment.