Skip to content

Commit 7d5e5d3

Browse files
committed
0.20.0
1 parent 7ac1c22 commit 7d5e5d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.20.0
2+
- Progress bar for interactive use (#300)
3+
- Fixes to support Fiona 1.10 (#301)
4+
- Drop Python 3.8 support, 3.9+ is the minimum version
5+
16
0.19.0
27
- Drop Python 2 support, Python 3 style updates #283
38
- Sort imports #284

src/rasterstats/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.0"
1+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)