Skip to content

Commit

Permalink
edgedb-python 1.5.0
Browse files Browse the repository at this point in the history
Changes
=======

* Add --dir option to codegen for searching .edgeql files (#434)
  (by @fantix in ec90e35 for #434)

* Implement support for vector type (#439 #440)
  (by @msullivan in 0bee718 for #439, 50a25ef for #440)

* Lowercase org/instance name when computing Cloud instance DNS (#441)
  (by @elprans in 0f30b26 for #441)

* Implement `database` config in project dir (#442)
  (by @tailhook in bee7327 for #442)
  • Loading branch information
fantix committed Jun 22, 2023
1 parent 4e435fa commit a9af426
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.4.0'
__version__ = '1.5.0'

0 comments on commit a9af426

Please sign in to comment.