Skip to content

Commit 2588608

Browse files
committed
Release v0.4.0b1
1 parent 67af771 commit 2588608

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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 = "0030101"
1+
SDK_BUILD_NUMBER = "0040001"

src/release/RELEASE-NOTES

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

33
## NEW
44

5-
- `VaultOverview` now includes `created_at` and `updated_at` fields that show when the vault was created and last updated.
5+
- 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

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

0 commit comments

Comments
 (0)