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.
2 parents 476a1e6 + eb6e224 commit 8fff374Copy full SHA for 8fff374
README.md
@@ -92,6 +92,9 @@ part of your geospatial project.
92
93
94
# Version Changes
95
+## 3.0.2.post0
96
+- Re-release to trigger deploy job to Publish to Pypi
97
+
98
## 3.0.2
99
100
### Bug fix
changelog.txt
@@ -1,5 +1,8 @@
1
VERSION 3.0.2
2
3
+2025-10-10
4
+ Re-release as 3.0.2.post0 to trigger deploy job to Publish to Pypi
5
6
2025-10-09
7
Bug fix:
8
* Deleted py.typed (probably temporarily). Including the py.typed marker file with a single
src/shapefile.py
@@ -8,7 +8,7 @@
9
from __future__ import annotations
10
11
-__version__ = "3.0.2"
+__version__ = "3.0.2.post0"
12
13
import array
14
import doctest
0 commit comments