Skip to content

Commit f271171

Browse files
committed
edgedb-python 1.8.0
Fixes ===== * Fix test that broke due to error message change (#465) (by @msullivan in fed7b24 for #465) * Don't fail if 'id' is missing from an object. (#464) (by @msullivan in be2de71 for #464) * docs: Fix typos is docs (#467) (by @elliotwaite in b4d91b9 for #467) * Fix for Pydantic 2.x (#468) (by @fantix in c6581cb for #468)
1 parent c6581cb commit f271171

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.7.0'
31+
__version__ = '1.8.0'

0 commit comments

Comments
 (0)