Skip to content

Commit

Permalink
edgedb-python v0.17.0
Browse files Browse the repository at this point in the history
Fixes
=====

* Fix failing tests regarding --help (#207)
  (by @fantix in 956a2ca for #207)

* Fix confusing error when no arguments are passed to a query with named params (#208)
  (by @elprans in 8e0b334 for #208)

* Add Python 3.10 compatibility (#209)
  (by @elprans in 3472f17 for #209)

* Fix asyncio SSL unclosed warning (#210)
  (by @fantix in d718839 for #210)

* More reliable transport double-closing
  (by @fantix in 337b779)

* Rename `query_one` to `query_single`
  (by @fmoor in f6900b0)
  • Loading branch information
elprans committed Aug 6, 2021
1 parent 99d4be4 commit 3b21559
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__ = '0.16.0'
__version__ = '0.17.0'

0 comments on commit 3b21559

Please sign in to comment.