Skip to content

Commit db105fa

Browse files
committed
prepare for new release
1 parent 2d207e2 commit db105fa

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1118,10 +1118,12 @@ David A. Riggs
11181118
davidh-ssec
11191119
Evan Heidtmann
11201120
ezcitron
1121+
fiveham
11211122
geospatialpython
11221123
Hannes
11231124
Ignacio Martinez Vazquez
11241125
Jason Moujaes
1126+
Jonty Wareing
11251127
Karim Bahgat
11261128
Kyle Kelley
11271129
Louis Tiao
@@ -1140,5 +1142,6 @@ Ryan Brideau
11401142
Tobias Megies
11411143
Tommi Penttinen
11421144
Uli Köhler
1145+
Vsevolod Novikov
11431146
Zac Miller
11441147
```

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
VERSION 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]

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ def read_file(file):
77
return data.decode('utf-8')
88

99
setup(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',
1515
author_email='[email protected]',
1616
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,

0 commit comments

Comments
 (0)