From eb6e22414431cfea29b179eb4a46deead9f66ff0 Mon Sep 17 00:00:00 2001 From: James Parrott <80779630+JamesParrott@users.noreply.github.com> Date: Fri, 10 Oct 2025 16:20:51 +0100 Subject: [PATCH] Document v3.0.2.post0 raison d'etre (2nd attempt publishing to PyPi)) --- README.md | 3 +++ changelog.txt | 3 +++ src/shapefile.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f23ec..cf4e977 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelog.txt b/changelog.txt index 127d613..156c156 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/src/shapefile.py b/src/shapefile.py index a6f9268..978cdb9 100644 --- a/src/shapefile.py +++ b/src/shapefile.py @@ -8,7 +8,7 @@ from __future__ import annotations -__version__ = "3.0.2" +__version__ = "3.0.2.post0" import array import doctest