File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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** : [ James Parrott] ( https://github.com/JamesParrott ) & [ Karim Bahgat] ( https://github.com/karimbahgat )
11- - ** Version** : 3.0.7
11+ - ** Version** : 3.0.8
1212- ** Date** : 20th May 2026
1313- ** License** : [ MIT] ( https://github.com/GeospatialPython/pyshp/blob/master/LICENSE.TXT )
1414
@@ -93,6 +93,11 @@ part of your geospatial project.
9393
9494# Version Changes
9595
96+ ## 3.0.8
97+
98+ ### Testability / separation of concerns.
99+ - Separate dbf only writing methods into a new dbfWriter class (an instance of which is owned by the regular Shapefile Writer class).
100+
96101## 3.0.7
97102
98103### Testability / separation of concerns.
Original file line number Diff line number Diff line change 1+ VERSION 3.0.8
2+
3+ 2026-05-20
4+ Testability / separation of concerns:
5+ * Separate dbf only writing methods into a new dbfWriter class (an instance of which is owned by the regular Shapefile Writer class).
6+
17VERSION 3.0.7
28
392026-05-20
You can’t perform that action at this time.
0 commit comments