Skip to content

Commit

Permalink
Rel 1.10b3 (#1419)
Browse files Browse the repository at this point in the history
* Update version and change log for 1.10b3

* Increment version
  • Loading branch information
sgillies authored Jul 30, 2024
1 parent f225ff7 commit 2041468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Changes

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

1.10b3 (TBD)
------------
1.10b3 (2024-07-29)
-------------------

Bug fixes:

- sketchy Python opener interfaces have been replaced by ABCs in fiona.abc (#
).
- The sketchy, semi-private Python opener interfaces of version 1.10b2 have
been replaced by ABCs that are exported from fiona.abc (#1415).
- The truncate VSI plugin callback has been implemented (#1413).

1.10b2 (2024-07-10)
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.10b3.dev"
__version__ = "1.10.0rc1.dev"
__gdal_version__ = get_gdal_release_name()

gdal_version = get_gdal_version_tuple()
Expand Down

0 comments on commit 2041468

Please sign in to comment.