From 88ced4fec5709acda77910e0f00ac113e3b5ec91 Mon Sep 17 00:00:00 2001 From: Horia Culea Date: Thu, 26 Sep 2024 17:33:29 +0200 Subject: [PATCH] Release v0.1.2 --- src/release/RELEASE-NOTES | 1 + version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/release/RELEASE-NOTES b/src/release/RELEASE-NOTES index 797667e..a991e9b 100644 --- a/src/release/RELEASE-NOTES +++ b/src/release/RELEASE-NOTES @@ -1,3 +1,4 @@ +HELLO This is the v0 release of the 1Password Python SDK. The 1Password Python SDK allows you to build secrets management integrations that can programmatically access secrets stored in 1Password. With this SDK, you can: diff --git a/version.py b/version.py index 55c65ed..5f05c8c 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ # TODO: Refactor so SDK_BUILD_NUMBER can be inside and not hardcoded in defaults.py -SDK_VERSION = "0.1.1" +SDK_VERSION = "0.1.2" \ No newline at end of file