File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,16 @@ part of your geospatial project.
9393
9494# Version Changes
9595
96+ ## 3.0.3.dev
97+ ### Bug fix
98+ - Prevented UnboundLocalError when reading non-single point M and Z type Shapefiles (@ekawas-vrify ).
99+
96100## 3.0.2
97101
98- ## .post1
102+ ### .post1
99103- Update version at the top of this Readme file (to make what PyPi users see consistent with the changelog and __ version__ ).
100104
101- ## .post0
105+ ### .post0
102106- Re-release to trigger the deploy job to publish PyShp to Pypi
103107
104108### Bug fix
@@ -1567,6 +1571,7 @@ Casey Meisenzahl
15671571Charles Arnold
15681572David A. Riggs
15691573davidh-ssec
1574+ Edward Kawas
15701575Evan Heidtmann
15711576ezcitron
15721577fiveham
Original file line number Diff line number Diff line change 1+ VERSION 3.0.3.dev
2+
3+ 2025-10-25
4+ Prevented UnboundLocalError when reading non-single point M and Z type Shapefiles (@ekawas-vrify)
5+
16VERSION 3.0.2
27
382025-10-10
Original file line number Diff line number Diff line change 88
99from __future__ import annotations
1010
11- __version__ = "3.0.2.post1 "
11+ __version__ = "3.0.3.dev "
1212
1313import array
1414import doctest
You can’t perform that action at this time.
0 commit comments