From 2eb2e67d1829075468e7390d8e1b3c02a3fae53b Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Wed, 29 Jul 2026 16:48:32 -0400 Subject: [PATCH 1/2] Release v0.4.1 --- src/onepassword/build_number.py | 2 +- src/release/RELEASE-NOTES | 2 +- version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/onepassword/build_number.py b/src/onepassword/build_number.py index 2e22cdb4..cdac0512 100644 --- a/src/onepassword/build_number.py +++ b/src/onepassword/build_number.py @@ -1 +1 @@ -SDK_BUILD_NUMBER = "0040101" +SDK_BUILD_NUMBER = "0040102" diff --git a/src/release/RELEASE-NOTES b/src/release/RELEASE-NOTES index 4ed3b186..4241954d 100644 --- a/src/release/RELEASE-NOTES +++ b/src/release/RELEASE-NOTES @@ -1,4 +1,4 @@ -# 1Password Python SDK v0.4.1b1 +# 1Password Python SDK v0.4.1 ## NEW diff --git a/version.py b/version.py index b10330c8..0dd9192f 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -SDK_VERSION = "0.4.1b1" +SDK_VERSION = "0.4.1" From 50b2adadef5d1cd6b71c387ea36599af62318100 Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Thu, 30 Jul 2026 09:07:41 -0400 Subject: [PATCH 2/2] Update changelog --- src/release/RELEASE-NOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/release/RELEASE-NOTES b/src/release/RELEASE-NOTES index 4241954d..0e5c2161 100644 --- a/src/release/RELEASE-NOTES +++ b/src/release/RELEASE-NOTES @@ -4,3 +4,8 @@ - **1Password Environment access:** The SDK can now read variables from a 1Password Environment. + +## IMPROVED + +- **Documentation:** The README now covers desktop app authentication and an updated list of supported functionality. Examples print their output, cover vault and group permission operations, and are consistent with the other 1Password SDKs. +- **Terms of Service:** The README now links the terms of service that apply to the 1Password APIs/SDKs.