We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac1c22 commit 7d5e5d3Copy full SHA for 7d5e5d3
CHANGELOG.txt
@@ -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
+
6
0.19.0
7
- Drop Python 2 support, Python 3 style updates #283
8
- Sort imports #284
src/rasterstats/_version.py
@@ -1 +1 @@
-__version__ = "0.19.0"
+__version__ = "0.20.0"
0 commit comments