File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1118,10 +1118,12 @@ David A. Riggs
11181118davidh-ssec
11191119Evan Heidtmann
11201120ezcitron
1121+ fiveham
11211122geospatialpython
11221123Hannes
11231124Ignacio Martinez Vazquez
11241125Jason Moujaes
1126+ Jonty Wareing
11251127Karim Bahgat
11261128Kyle Kelley
11271129Louis Tiao
@@ -1140,5 +1142,6 @@ Ryan Brideau
11401142Tobias Megies
11411143Tommi Penttinen
11421144Uli Köhler
1145+ Vsevolod Novikov
11431146Zac Miller
11441147```
Original file line number Diff line number Diff line change 11
22VERSION 2.1.1
33
4- 2020-08-26
4+ 2020-09-09
55 Improvements:
66 * Handle shapes with no coords and represent as geojson with no coords (GeoJSON null-equivalent)
77 * Expand testing to Python 3.6, 3.7, 3.8 and PyPy; drop 3.3 and 3.4 [@mwtoews]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ def read_file(file):
77 return data .decode ('utf-8' )
88
99setup (name = 'pyshp' ,
10- version = '2.1.0 ' ,
10+ version = '2.1.1 ' ,
1111 description = 'Pure Python read/write support for ESRI Shapefile format' ,
1212 long_description = read_file ('README.md' ),
1313 long_description_content_type = 'text/markdown' ,
1414 author = 'Joel Lawhead' ,
15151616 url = 'https://github.com/GeospatialPython/pyshp' ,
17- download_url = 'https://github.com/GeospatialPython/pyshp/archive/2.1.0 .tar.gz' ,
17+ download_url = 'https://github.com/GeospatialPython/pyshp/archive/2.1.1 .tar.gz' ,
1818 py_modules = ['shapefile' ],
1919 license = 'MIT' ,
2020 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments