mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Update changes and version
This commit is contained in:
parent
71cb08babb
commit
eef6893d77
@ -1,6 +1,11 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
0.35.0.post1 (2016-05-04)
|
||||
-------------------------
|
||||
- Bug fix: added rasterfill.cpp to MANIFEST.in so it is included in source
|
||||
distributions no matter the build system's GDAL version (#690).
|
||||
|
||||
0.35.0 (2016-05-04)
|
||||
-------------------
|
||||
- Requirements: affine requirement upped to >=1.3.0 (#430).
|
||||
|
||||
@ -32,7 +32,7 @@ from rasterio import _err, coords, enums, vfs
|
||||
|
||||
__all__ = [
|
||||
'band', 'open', 'copy', 'pad']
|
||||
__version__ = "0.35.0"
|
||||
__version__ = "0.35.0.post1"
|
||||
__gdal_version__ = gdal_version()
|
||||
|
||||
# Rasterio attaches NullHandler to the 'rasterio' logger and its
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user