Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ part of your geospatial project.


# Version Changes
## 3.0.2.post0
- Re-release to trigger deploy job to Publish to Pypi

## 3.0.2

### Bug fix
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
VERSION 3.0.2

2025-10-10
Re-release as 3.0.2.post0 to trigger deploy job to Publish to Pypi

2025-10-09
Bug fix:
* Deleted py.typed (probably temporarily). Including the py.typed marker file with a single
Expand Down
2 changes: 1 addition & 1 deletion src/shapefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from __future__ import annotations

__version__ = "3.0.2"
__version__ = "3.0.2.post0"

import array
import doctest
Expand Down
Loading