We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67af771 commit 2588608Copy full SHA for 2588608
src/onepassword/build_number.py
@@ -1 +1 @@
1
-SDK_BUILD_NUMBER = "0030101"
+SDK_BUILD_NUMBER = "0040001"
src/release/RELEASE-NOTES
@@ -1,5 +1,8 @@
-# 1Password Python SDK v0.3.1
+# 1Password Python SDK v0.4.0b1
2
3
## NEW
4
5
-- `VaultOverview` now includes `created_at` and `updated_at` fields that show when the vault was created and last updated.
+- The SDK can now authenticate with the Desktop App.
6
+- Vault `get`, `get_overview` as well as new options for vault `list` are now available.
7
+- Item batch operations are now available.
8
+- The Groups API has been introduced.
version.py
-SDK_VERSION = "0.3.1"
+SDK_VERSION = "0.4.0b1"
0 commit comments