File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,13 @@ part of your geospatial project.
9393
9494# Version Changes
9595
96- ## Next
96+
97+ ## 3.0.3.dev
98+ ### Bug fix
99+ - Prevented UnboundLocalError when reading non-single point M and Z type Shapefiles (@ekawas-vrify ).
97100
98101### Testing.
99- - Test PyShp on the Python 3.14 official release (officially released this week, no longer in beta)
102+ - Test PyShp on the Python 3.14 official release (officially released this week, no longer in beta).
100103
101104## 3.0.2
102105
@@ -1572,6 +1575,7 @@ Casey Meisenzahl
15721575Charles Arnold
15731576David A. Riggs
15741577davidh-ssec
1578+ Edward Kawas
15751579Evan Heidtmann
15761580ezcitron
15771581fiveham
Original file line number Diff line number Diff line change 1- VERSION NEXT
1+ VERSION 3.0.3.dev
2+
3+ 2025-10-25
4+ Bug fix:
5+ * Prevented UnboundLocalError when reading non-single point M and Z type Shapefiles (@ekawas-vrify).
26
372025-10-10
48 Testing:
Original file line number Diff line number Diff line change 88
99from __future__ import annotations
1010
11- __version__ = "3.0.3.dev0 "
11+ __version__ = "3.0.3.dev "
1212
1313import array
1414import doctest
You can’t perform that action at this time.
0 commit comments