Skip to content

Commit 678dc08

Browse files
committed
bump version
1 parent a8b78fe commit 678dc08

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.17.0
2+
- Fix performance regression due to platform.architecture performance #258
3+
14
0.16.0
25
- Fix deprecation warning with shapely 1.8+ #250
36

@@ -44,7 +47,7 @@
4447
0.10.0
4548
- Added a generator variant of zonal_stats (gen_zonal_stats) and point_query
4649
(gen_point_query) which yield results instead of returning a list
47-
- Dependency on cligj to standardize the geojson input/output args and opts
50+
- Dependency on cligj to standardize the geojson input/output args and opts
4851
- Input/Output can be geojson sequences; allows for stream processing
4952

5053
0.9.2

src/rasterstats/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.0"
1+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)