Skip to content

Commit 8a4ed30

Browse files
committed
edgedb-python 1.6.0
Changes ======= * Implement support for new type descriptor protocol (by @elprans in 47eec19 for #427) * Sync errors (by @elprans in 3bfb574 for #449) * Don't depend on exact syntax errors in tests (by @msullivan in b3ce0c6 for #451) * Fix an error in string representation of RelativeDuration. (by @vpetrovykh in 667da72 for #453) * Add multirange support. (by @vpetrovykh in 15e280e for #452)
1 parent 9160809 commit 8a4ed30

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.5.0'
31+
__version__ = '1.6.0'

0 commit comments

Comments
 (0)