Skip to content

Commit

Permalink
This is 1.10b2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Jul 10, 2024
1 parent 8c0a31e commit 759d31e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changes

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

1.10b2 (TBD)
------------
1.10b2 (2024-07-10)
-------------------

Bug fixes:

Expand All @@ -14,7 +14,12 @@ Bug fixes:
plugin handlers cannot not be removed and so it may be observed that the size
of the Pyopener registry grows during the execution of a program.
- A CSLConstList ctypedef has been added and is used where appropriate (#1404).
- Fiona model objects have a informative, printable representation again (#).
- Fiona model objects have a informative, printable representation again
(#1380).

Packaging:

- PyPI wheels include GDAL 3.9.1 and curl 8.8.0.

1.10b1 (2024-04-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion fiona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"remove",
]

__version__ = "1.10b2.dev0"
__version__ = "1.10b2"
__gdal_version__ = get_gdal_release_name()

gdal_version = get_gdal_version_tuple()
Expand Down

0 comments on commit 759d31e

Please sign in to comment.