Skip to content

Commit d5d3c3b

Browse files
committed
v2.4.0
1 parent 0b15323 commit d5d3c3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ part of your geospatial project.
9595

9696
# Version Changes
9797

98-
## 2.3.x
98+
## 2.4.0
9999

100100
### New Features:
101101
- Reader.iterRecords now allows start and stop to be specified, to lookup smaller ranges of records.

shapefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Compatible with Python versions 2.7-3.x
77
"""
88

9-
__version__ = "2.3.1"
9+
__version__ = "2.4.0"
1010

1111
import array
1212
import io

0 commit comments

Comments
 (0)