Skip to content

Commit

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

* Add geometry, geography, box2d, and box3d PostGIS types (#518)
  (by @vpetrovykh in 65d5cdc)

* Add a rudimentary warning system (#523)
  (by @msullivan in 29370f2)

Fixes
=====

* use StopIteration.value in blocking client _iter_coroutine (#508)
  (by @graingert in d0e9ed1)
  • Loading branch information
fantix committed Oct 3, 2024
1 parent 29370f2 commit b647bde
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__ = '2.0.1'
__version__ = '2.1.0'

0 comments on commit b647bde

Please sign in to comment.