Skip to content

Commit c4413a6

Browse files
committed
edgedb-python 1.2.0
Changes ======= * Output pretty error if possible (#399) (by @fantix in a2bec18 for #399) * Codegen: allow providing a path after --file (#400) (by @fantix in 6bce57e for #400) Fixes ===== * Handle ErrorResponse in ping (#393) (by @fantix in 8b28947 for #393) * Disallow None in elements of array argument (by @fantix in 26fb6d8) Docs ==== * Remove references to unix-domain sockets (by @quinchs in 4b8bec6)
1 parent 6bce57e commit c4413a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edgedb/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
# supported platforms, publish the packages on PyPI, merge the PR
2929
# to the target branch, create a Git tag pointing to the commit.
3030

31-
__version__ = '1.1.0'
31+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)