From a9bc6bcb3dcaea8b7c81965e15e4ba7f6b52157b Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Tue, 20 May 2025 14:19:37 -0400 Subject: [PATCH 1/2] test commit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c047960..797e7451 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: description: "New build number for the SDKs in the format of Mmmppbb" required: true type: string - +#test jobs: prepare-release: runs-on: ubuntu-latest From 92dd6c30640effbb6cb226780cb60c9ff9700e75 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions-bot@users.noreply.github.com> Date: Tue, 20 May 2025 18:31:13 +0000 Subject: [PATCH 2/2] Release v0.9.0 --- .VERSION | 2 +- src/onepassword/build_number.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.VERSION b/.VERSION index 9e11b32f..899f24fc 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -0.3.1 +0.9.0 \ No newline at end of file diff --git a/src/onepassword/build_number.py b/src/onepassword/build_number.py index 01889e45..73ab33a1 100644 --- a/src/onepassword/build_number.py +++ b/src/onepassword/build_number.py @@ -1 +1 @@ -SDK_BUILD_NUMBER = "0030001" +SDK_BUILD_NUMBER = "0090001" \ No newline at end of file