From cd63637c285b3e74c0436dcd4f1141f5666a4af9 Mon Sep 17 00:00:00 2001 From: Shivam Dhar Date: Mon, 21 Mar 2022 12:51:52 -0700 Subject: [PATCH] updates version for 1.1 release Signed-off-by: Shivam Dhar --- .github/workflows/unified-release.yml | 2 +- opensearchpy/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index 6db6f153..f3bfdd8d 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - stack_version: ['1.0.0'] + stack_version: ['1.1.0'] steps: - name: Checkout diff --git a/opensearchpy/_version.py b/opensearchpy/_version.py index 7fd3764d..8b4916f3 100644 --- a/opensearchpy/_version.py +++ b/opensearchpy/_version.py @@ -24,4 +24,4 @@ # specific language governing permissions and limitations # under the License. -__versionstr__ = "1.0.0" +__versionstr__ = "1.1.0"