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..0e5c2161 100644 --- a/src/release/RELEASE-NOTES +++ b/src/release/RELEASE-NOTES @@ -1,6 +1,11 @@ -# 1Password Python SDK v0.4.1b1 +# 1Password Python SDK v0.4.1 ## NEW - **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. 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"