From 1b98324ba1a65676f49789ff2da376e78f2cd3b8 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 9 Feb 2023 17:03:15 -0500 Subject: [PATCH] edgedb-python 1.3.0 Changes ======= * Add support for secret key authentication, and Cloud instance (#405) (by @fantix in df1f6fb3, 076e8c86, 27e7a4fa for #405, @elprans in 65c9c379 for #412) Docs ==== * Minor changes (#413) (by @0xsirsaif in 14363fba for #413) --- edgedb/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/_version.py b/edgedb/_version.py index 4da184ee..27b4c5b7 100644 --- a/edgedb/_version.py +++ b/edgedb/_version.py @@ -28,4 +28,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '1.2.0' +__version__ = '1.3.0'