Skip to content

Commit

Permalink
This is 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies authored and Sean Gillies committed Oct 11, 2023
1 parent ca2fe82 commit 7115ea3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ Changes

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

1.9.5 (TBD)
-----------
1.9.5 (2023-10-11)
------------------

Bug fixes:

- Expand keys in schema mismatch exception, resolving #1278.
- Require Cython >= 3 and recent setuptools to build (#1276).
- Preserve the null properties and geometry of a Feature when serializing
(#1276).

Packaging:

* Builds now require Cython >= 3.0.2 (#1276).
* PyPI wheels include GDAL 3.6.4, PROJ 9.0.1, and GEOS 3.11.2.
* PyPI wheels include curl 8.4.0, addressing CVE-2023-38545 and CVE-38546.
* PyPI wheels are now available for Python 3.12.

1.9.4.post1 (2023-05-23)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion fiona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"remove",
]

__version__ = "1.9.5dev"
__version__ = "1.9.5d"
__gdal_version__ = get_gdal_release_name()

gdal_version = get_gdal_version_tuple()
Expand Down

0 comments on commit 7115ea3

Please sign in to comment.