From 045f127b238aeaff2c388c1f80925d9ef6664984 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Fri, 26 May 2023 18:01:15 -0400 Subject: [PATCH] edgedb-python 1.4.0 Changes ======= * Update for rules of instance names (#423) (by @fantix in 5bc56992 for #420) * Synchronize error types (#429) (by @fantix in 03e40121) * Allow enums in array codec (#431) (by @fantix in 2de7e3fb for #408) * Prohibit concurrent operations on the same transaction object (#430) (by @fantix in f1fa612b for #130) * Fix state of transaction start (#424) (by @fantix in 297de722) * codegen: Handle non-identifier characters in enum values (#432) (by @fantix in e1ec16de for #428) Docs ==== * docs: add Code Generation to table of contents (#421) (by @AndreasPB in ffe74a17 for #421) --- edgedb/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/_version.py b/edgedb/_version.py index 27b4c5b7..762ed3f9 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.3.0' +__version__ = '1.4.0'