Skip to content

Commit

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

* Allow running release workflow manually
  (by @elprans in 7141d3c)

* Fix build on GCC 14 (#510)
  (by @fantix in 45cf86a for #510)

* Fix codegen due to internal API change (#509)
  (by @fantix in 640f9ed for #506)
  • Loading branch information
fantix committed Aug 12, 2024
1 parent c47f335 commit 9471e33
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.0'
__version__ = '2.0.1'

0 comments on commit 9471e33

Please sign in to comment.