Skip to content

Commit 54456db

Browse files
committed
Release v0.4.1b1
1 parent dc2bc22 commit 54456db

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/onepassword/build_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_BUILD_NUMBER = "0040003"
1+
SDK_BUILD_NUMBER = "0040101"

src/release/RELEASE-NOTES

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# 1Password Python SDK v0.4.0
1+
# 1Password Python SDK v0.4.1b1
22

33
## NEW
44

5-
- **Desktop App integration:** The SDK can now authenticate via an authorization prompt from the 1Password app.
6-
- **Vault CRUDL:** You can now fully manage 1Password vaults with the SDK, including creating, reading, updating, deleting and listing.
7-
- **Vault group permission management operations:** You can now grant, update and revoke group access to vaults using `grantGroupPermissions`, `updateGroupPermissions`, and `revokeGroupPermissions` functions.
8-
- **Item batch management:** You can now retrieve, create, update and delete items in batch, enabling more scalable item management.
95

6+
- **1Password Environment access:** The SDK can now read variables from a 1Password Environment.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.4.0"
1+
SDK_VERSION = "0.4.1b1"

0 commit comments

Comments
 (0)