Skip to content

Commit 6d541dd

Browse files
committed
Release v0.1.4
1 parent 33ced25 commit 6d541dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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 = "0010301"
1+
SDK_BUILD_NUMBER = "0010401"

src/release/RELEASE-NOTES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The v0.1.3 release of the Python SDK brings:
2-
* Support for item websites. You can now create, get, and edit websites within your 1Password items using item CRUD functions.
1+
The v0.1.4 release of the Python SDK brings:
2+
* Support for validating secret references. You can now check that a secret reference is formatted correctly without having to resolve it or even authenticate, using the 'ValidateSecretReference' function.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.1.3"
1+
SDK_VERSION = "0.1.4"

0 commit comments

Comments
 (0)