Skip to content

Commit 1734927

Browse files
Update shapefile.py
1 parent 94fbb3b commit 1734927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shapefile.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
shapefile.py
33
Provides read and write support for ESRI Shapefiles.
44
author: jlawhead<at>geospatialpython.com
5-
date: 20140507
6-
version: 1.2.1
5+
date: 2015/01/09
6+
version: 1.2.2
77
Compatible with Python versions 2.4-3.x
88
version changelog: Fixed u() to just return the byte sequence on exception
99
"""
1010

11-
__version__ = "1.2.1"
11+
__version__ = "1.2.2"
1212

1313
from struct import pack, unpack, calcsize, error
1414
import os

0 commit comments

Comments
 (0)