Skip to content

Commit a9af426

Browse files
committed
edgedb-python 1.5.0
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)
1 parent 4e435fa commit a9af426

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.4.0'
31+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)