Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/onepassword/build_number.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_BUILD_NUMBER = "0040101"
SDK_BUILD_NUMBER = "0040102"
7 changes: 6 additions & 1 deletion src/release/RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = "0.4.1b1"
SDK_VERSION = "0.4.1"
Loading