From f0eef7ad735c33b88d24cead09ea33945c644d8e Mon Sep 17 00:00:00 2001 From: patrzhan <139926810+patrzhan@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:55:02 -0700 Subject: [PATCH] chore: update version number and readme to 1.4.0 (#251) --- README.md | 2 +- gdk/_version.py | 2 +- uat/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 547877e5..a81740fd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please follow the [GDK CLI public documentation](https://docs.aws.amazon.com/gre To install the latest version of CLI using this git repository and pip, run the following command -`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.3.0` +`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.4.0` Run `gdk --help` to check if the cli tool is successfully installed. diff --git a/gdk/_version.py b/gdk/_version.py index 67bc602a..3e8d9f94 100644 --- a/gdk/_version.py +++ b/gdk/_version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.4.0" diff --git a/uat/README.md b/uat/README.md index 8d43bea5..7a33fa00 100644 --- a/uat/README.md +++ b/uat/README.md @@ -16,7 +16,7 @@ End-to-end setup uses `pytest` and expects test dependencies to be installed. To install the latest version of CLI using this git repository and pip, run the following command ```shell -git clone https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.1.0 +git clone https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.4.0 cd aws-greengrass-gdk-cli ```