From f271171ab5caeb187f851bfdbd36d23ee9c32b5c Mon Sep 17 00:00:00 2001 From: Fantix King Date: Tue, 9 Jan 2024 14:42:18 -0800 Subject: [PATCH] edgedb-python 1.8.0 Fixes ===== * Fix test that broke due to error message change (#465) (by @msullivan in fed7b247 for #465) * Don't fail if 'id' is missing from an object. (#464) (by @msullivan in be2de715 for #464) * docs: Fix typos is docs (#467) (by @elliotwaite in b4d91b9c for #467) * Fix for Pydantic 2.x (#468) (by @fantix in c6581cbd for #468) --- edgedb/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/_version.py b/edgedb/_version.py index 2e3dc1c9..d2522869 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.7.0' +__version__ = '1.8.0'