Skip to content

Commit

Permalink
edgedb-python 1.7.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fantix committed Sep 22, 2023
1 parent 2820316 commit d8866f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgedb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0'
__version__ = '1.7.0'

0 comments on commit d8866f5

Please sign in to comment.