Skip to content

Commit bc03522

Browse files
Fixes and version number bump in shapefile.py
- Reader speed up through batch unpacking bytes - Merge README text into markdown file. Remove text version. - Fixed parsing of number of points for some shapes (MULTIPOINTM, MULTIPOINTZ)
1 parent e5fbdd7 commit bc03522

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

shapefile.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Provides read and write support for ESRI Shapefiles.
44
author: jlawhead<at>geospatialpython.com
55
date: 2015/06/22
6-
version: 1.2.3
6+
version: 1.2.5
77
Compatible with Python versions 2.4-3.x
8-
version changelog: Reader.iterShapeRecords() bugfix for Python 3
8+
version changelog:
9+
- Reader speed up through batch unpacking bytes
10+
- Merge README text into markdown file. Remove text version.
11+
- Fixed parsing of number of points for some shapes (MULTIPOINTM, MULTIPOINTZ)
912
"""
1013

1114
__version__ = "1.2.3"

0 commit comments

Comments
 (0)