Skip to content

Commit 8fff374

Browse files
authored
Merge pull request #375 from GeospatialPython/v3.0.2.post0_release_to_PyPi
Document v3.0.2.post0 raison d'etre (2nd attempt publishing to PyPi))
2 parents 476a1e6 + eb6e224 commit 8fff374

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ part of your geospatial project.
9292

9393

9494
# Version Changes
95+
## 3.0.2.post0
96+
- Re-release to trigger deploy job to Publish to Pypi
97+
9598
## 3.0.2
9699

97100
### Bug fix

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
VERSION 3.0.2
22

3+
2025-10-10
4+
Re-release as 3.0.2.post0 to trigger deploy job to Publish to Pypi
5+
36
2025-10-09
47
Bug fix:
58
* Deleted py.typed (probably temporarily). Including the py.typed marker file with a single

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.2"
11+
__version__ = "3.0.2.post0"
1212

1313
import array
1414
import doctest

0 commit comments

Comments
 (0)