Update changes and version

This commit is contained in:
Sean Gillies 2016-05-04 06:42:59 -06:00
parent 71cb08babb
commit eef6893d77
2 changed files with 6 additions and 1 deletions

View File

@ -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).

View File

@ -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