Skip to content

Commit 27f2f8a

Browse files
committed
v3.0.4 Documentation changes only (record fix of pyshp-stubs).
1 parent 3ad27b6 commit 27f2f8a

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ part of your geospatial project.
9393

9494
# Version Changes
9595

96+
## 3.0.4
97+
98+
### Type checking
99+
- Fix pyshp-stubs, and add test to it. Remove all actual stubs from it, and replace with empty "shapefile-stubs/py.typed". Closes Issue 382 (https://github.com/GeospatialPython/pyshp/issues/382) and discussion 371 (https://github.com/GeospatialPython/pyshp/discussions/371). Bug originally found by Thomas Beierlein (https://github.com/GeospatialPython/pyshp/issues/367)
100+
96101

97102
## 3.0.3
98103

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
VERSION 3.0.4
2+
3+
2026-05-17
4+
Type checking:
5+
* Fix PyShp-stubs, and add test to it. Remove all actual stubs from it, and replace with empty "shapefile-stubs/py.typed".
6+
Closes Issue 382 (https://github.com/GeospatialPython/pyshp/issues/382) and discussion 371 (https://github.com/GeospatialPython/pyshp/discussions/371).
7+
Bug originally found by Thomas Beierlein (https://github.com/GeospatialPython/pyshp/issues/367)
8+
19
VERSION 3.0.3
210

311
2025-11-28

src/shapefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from __future__ import annotations
1010

11-
__version__ = "3.0.3"
11+
__version__ = "3.0.4"
1212

1313
import array
1414
import doctest

0 commit comments

Comments
 (0)