Skip to content

Commit d8866f5

Browse files
committed
edgedb-python 1.7.0
Changes ======= * Add an fts::language type that is encoded as text (#417) (by @msullivan in 9e7d2d2 for #417) * Drop support of Python 3.7 (#435) (by @fantix in 758a391 for #435) Fixes ===== * Fix codegen for pgvector (#447) (by @fantix in 7aa58bd for #446) * Use name hint when server is not providing custom scalar type name (#461) (by @arunaruljothi in 6c6225e for #457)
1 parent 2820316 commit d8866f5

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.6.0'
31+
__version__ = '1.7.0'

0 commit comments

Comments
 (0)