mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
This is 1.4.0rc2 (#3183)
This commit is contained in:
parent
fd4163d4b5
commit
ffe77ecc7b
@ -1,6 +1,13 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
1.4.0rc2 (2024-09-10)
|
||||
---------------------
|
||||
|
||||
Version 1.4.0 will require GDAL >= 3.5. Conditional checks for older GDAL
|
||||
versions at compile and run time have been removed across the entirety of the
|
||||
project (#3166).
|
||||
|
||||
1.4.0rc1 (2024-09-09)
|
||||
---------------------
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ except ImportError:
|
||||
have_vsi_plugin = False
|
||||
|
||||
__all__ = ['band', 'open', 'pad', 'Band', 'Env', 'CRS']
|
||||
__version__ = "1.4.0.dev1"
|
||||
__version__ = "1.4.0rc2"
|
||||
__gdal_version__ = gdal_version()
|
||||
__proj_version__ = ".".join([str(version) for version in get_proj_version()])
|
||||
__geos_version__ = ".".join([str(version) for version in get_geos_version()])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user