Skip to content

Commit

Permalink
1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Feb 16, 2023
1 parent 144144a commit 78ac30e
Show file tree
Hide file tree
Showing 2 changed files with 7 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.18.0
- Move project metadata to pyproject.toml #277
- Black formatting #278
- Don't cast integers to int64, use numpy accumulator dtype #279
- Warn about nodata only once, io.NodataWarning type #280

0.17.1
- Fixes to keep up with recent versions of dependencies: #275 fiona, #266 shapely, #264 click
- Added a pyproject.toml #265
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.17.1"
__version__ = "0.18.0"

0 comments on commit 78ac30e

Please sign in to comment.