Skip to content

Commit

Permalink
edgedb-python 1.1.0
Browse files Browse the repository at this point in the history
Codegen Fixes
=============

* Add missing std::json (#387)
* Support optional argument (#387)
* Fix camelcase generation (#387)
* Allow symlinks in project dir (#387)
* Use Executor on generated code for Client/Tx (#390)
  • Loading branch information
fantix committed Nov 2, 2022
1 parent 20020f2 commit 7d63029
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.0.0'
__version__ = '1.1.0'

0 comments on commit 7d63029

Please sign in to comment.