We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b15323 commit d5d3c3bCopy full SHA for d5d3c3b
README.md
@@ -95,7 +95,7 @@ part of your geospatial project.
95
96
# Version Changes
97
98
-## 2.3.x
+## 2.4.0
99
100
### New Features:
101
- Reader.iterRecords now allows start and stop to be specified, to lookup smaller ranges of records.
shapefile.py
@@ -6,7 +6,7 @@
6
Compatible with Python versions 2.7-3.x
7
"""
8
9
-__version__ = "2.3.1"
+__version__ = "2.4.0"
10
11
import array
12
import io
0 commit comments