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 26, 2024
1 parent e835fc4 commit 61168e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ jobs:
- name: Install EdgeDB
uses: edgedb/setup-edgedb@v1

- uses: pypa/cibuildwheel@v2.12.3
- uses: pypa/cibuildwheel@v2.16.5
with:
only: ${{ matrix.only }}
only: ${{ matrix.only }}
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: >
Expand Down
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 61168e1

Please sign in to comment.