Skip to content

Commit

Permalink
bump version to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Dec 10, 2019
1 parent bbc5052 commit f967c1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.14.0
- Add support return statement to zone_func #203
- Take into account per dataset mask #198
- Accessing geometry properties for user-defined stats #193
- Updated method calls for numpy v1.16 #184

0.13.1
- Bug fix for io.read_features with Fiona 1.8+

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
affine<3.0
shapely
numpy>=1.9
rasterio>=1.0
Expand Down
2 changes: 1 addition & 1 deletion src/rasterstats/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.1"
__version__ = "0.14.0"

0 comments on commit f967c1d

Please sign in to comment.