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 94fbb3b commit 1734927Copy full SHA for 1734927
shapefile.py
@@ -2,13 +2,13 @@
2
shapefile.py
3
Provides read and write support for ESRI Shapefiles.
4
author: jlawhead<at>geospatialpython.com
5
-date: 20140507
6
-version: 1.2.1
+date: 2015/01/09
+version: 1.2.2
7
Compatible with Python versions 2.4-3.x
8
version changelog: Fixed u() to just return the byte sequence on exception
9
"""
10
11
-__version__ = "1.2.1"
+__version__ = "1.2.2"
12
13
from struct import pack, unpack, calcsize, error
14
import os
0 commit comments