Skip to content

Commit 4d419b6

Browse files
committed
edgedb-python 1.9.0
Fixes ===== * Fix globals in nested modules (#474) (by @msullivan in ff08d9d for #474) * Support passing dicts and namedtuples for namedtuple arguments (#473) (by @msullivan in 60da99a for #374) * Expose the error details field. (#479) (by @vpetrovykh in 113ed0d for #472)
1 parent e835fc4 commit 4d419b6

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.8.0'
31+
__version__ = '1.9.0'

0 commit comments

Comments
 (0)