Skip to content

Commit

Permalink
edgedb-python 1.9.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
aljazerzen committed Feb 24, 2024
1 parent e835fc4 commit 4d419b6
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.8.0'
__version__ = '1.9.0'

0 comments on commit 4d419b6

Please sign in to comment.