File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1118,10 +1118,12 @@ David A. Riggs
1118
1118
davidh-ssec
1119
1119
Evan Heidtmann
1120
1120
ezcitron
1121
+ fiveham
1121
1122
geospatialpython
1122
1123
Hannes
1123
1124
Ignacio Martinez Vazquez
1124
1125
Jason Moujaes
1126
+ Jonty Wareing
1125
1127
Karim Bahgat
1126
1128
Kyle Kelley
1127
1129
Louis Tiao
@@ -1140,5 +1142,6 @@ Ryan Brideau
1140
1142
Tobias Megies
1141
1143
Tommi Penttinen
1142
1144
Uli Köhler
1145
+ Vsevolod Novikov
1143
1146
Zac Miller
1144
1147
```
Original file line number Diff line number Diff line change 1
1
2
2
VERSION 2.1.1
3
3
4
- 2020-08-26
4
+ 2020-09-09
5
5
Improvements:
6
6
* Handle shapes with no coords and represent as geojson with no coords (GeoJSON null-equivalent)
7
7
* 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):
7
7
return data .decode ('utf-8' )
8
8
9
9
setup (name = 'pyshp' ,
10
- version = '2.1.0 ' ,
10
+ version = '2.1.1 ' ,
11
11
description = 'Pure Python read/write support for ESRI Shapefile format' ,
12
12
long_description = read_file ('README.md' ),
13
13
long_description_content_type = 'text/markdown' ,
14
14
author = 'Joel Lawhead' ,
15
15
16
16
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' ,
18
18
py_modules = ['shapefile' ],
19
19
license = 'MIT' ,
20
20
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments