File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 4949 " 3.11" ,
5050 " 3.12" ,
5151 " 3.13" ,
52- " 3.14.0-beta.4 " ,
52+ " 3.14" ,
5353 ]
5454 os : [
5555 " macos-latest" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The Python Shapefile Library (PyShp) reads and writes ESRI Shapefiles in pure Py
88
99- ** Author** : [ Joel Lawhead] ( https://github.com/GeospatialPython )
1010- ** Maintainers** : [ Karim Bahgat] ( https://github.com/karimbahgat )
11- - ** Version** : 3.0.2.post1
11+ - ** Version** : 3.0.3.dev0
1212- ** Date** : 10th October, 2025
1313- ** License** : [ MIT] ( https://github.com/GeospatialPython/pyshp/blob/master/LICENSE.TXT )
1414
@@ -93,12 +93,17 @@ part of your geospatial project.
9393
9494# Version Changes
9595
96+ ## Next
97+
98+ ### Testing.
99+ - Test PyShp on the Python 3.14 official release (officially released this week, no longer in beta)
100+
96101## 3.0.2
97102
98- ## .post1
103+ ### .post1
99104- Update version at the top of this Readme file (to make what PyPi users see consistent with the changelog and __ version__ ).
100105
101- ## .post0
106+ ### .post0
102107- Re-release to trigger the deploy job to publish PyShp to Pypi
103108
104109### Bug fix
Original file line number Diff line number Diff line change 1+ VERSION NEXT
2+
3+ 2025-10-10
4+ Testing:
5+ * Test on the Python 3.14 official release (no longer in beta)
6+
17VERSION 3.0.2
28
392025-10-10
Original file line number Diff line number Diff line change 88
99from __future__ import annotations
1010
11- __version__ = "3.0.2.post1 "
11+ __version__ = "3.0.3.dev0 "
1212
1313import array
1414import doctest
You can’t perform that action at this time.
0 commit comments