Skip to content

Commit

Permalink
This is 1.9a3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Oct 17, 2022
1 parent bdc80eb commit 14227d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changes

All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.

1.9a3 (2022-10-17)
------------------

Packaging:

* Builds now require Cython >= 0.29.29 because of
* https://github.com/cython/cython/issues/4609 (see #1143).
* PyPI wheels now include GDAL 3.5.2, PROJ 9.0.1, and GEOS 3.11.0.
* PyPI wheels are now available for Python 3.11.

1.9a2 (2022-06-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion fiona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Path:


__all__ = ['bounds', 'listlayers', 'listdir', 'open', 'prop_type', 'prop_width']
__version__ = "1.9a2"
__version__ = "1.9a3"
__gdal_version__ = get_gdal_release_name()

gdal_version = get_gdal_version_tuple()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"cython",
"cython>=0.29.29",
"oldest-supported-numpy",
"setuptools",
"wheel",
Expand Down

0 comments on commit 14227d4

Please sign in to comment.