From 6e03395cb31b42a7770729a69a898d1239e57e3c Mon Sep 17 00:00:00 2001 From: Shiv Lakshminarayan Date: Thu, 25 Feb 2021 20:49:50 -0800 Subject: [PATCH 1/3] bump up version to 2.0.0 This change drops the `release candidate` portion of the current version and officially bumps to `2.0.0` --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4111d13..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0rc1 +2.0.0 From 6881670136841be2adc553281b1750c2b3b1b339 Mon Sep 17 00:00:00 2001 From: Shiv Lakshminarayan Date: Fri, 26 Feb 2021 00:49:26 -0800 Subject: [PATCH 2/3] dummy commit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39ba49b..3f1ad7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Before sending us a pull request, please ensure that: ### Running the Unit Tests -1. Install tox using `pip install tox` +1. Install tox using `pip install tox` 1. Install test dependencies, including coverage, using `pip install .[test]` 1. cd into the aws-step-functions-data-science-sdk-python folder: `cd aws-step-functions-data-science-sdk-python` or `cd /environment/aws-step-functions-data-science-sdk-python` 1. Run the following tox command and verify that all code checks and unit tests pass: `tox tests/unit` From c252202a9e80e42b67b51ce11e75bf5c64be57bd Mon Sep 17 00:00:00 2001 From: Shiv Lakshminarayan Date: Fri, 26 Feb 2021 00:49:32 -0800 Subject: [PATCH 3/3] dummy commit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f1ad7f..39ba49b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Before sending us a pull request, please ensure that: ### Running the Unit Tests -1. Install tox using `pip install tox` +1. Install tox using `pip install tox` 1. Install test dependencies, including coverage, using `pip install .[test]` 1. cd into the aws-step-functions-data-science-sdk-python folder: `cd aws-step-functions-data-science-sdk-python` or `cd /environment/aws-step-functions-data-science-sdk-python` 1. Run the following tox command and verify that all code checks and unit tests pass: `tox tests/unit`