Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
karimbahgat committed Sep 9, 2020
1 parent 2d207e2 commit db105fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1118,10 +1118,12 @@ David A. Riggs
davidh-ssec
Evan Heidtmann
ezcitron
fiveham
geospatialpython
Hannes
Ignacio Martinez Vazquez
Jason Moujaes
Jonty Wareing
Karim Bahgat
Kyle Kelley
Louis Tiao
Expand All @@ -1140,5 +1142,6 @@ Ryan Brideau
Tobias Megies
Tommi Penttinen
Uli Köhler
Vsevolod Novikov
Zac Miller
```
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION 2.1.1

2020-08-26
2020-09-09
Improvements:
* Handle shapes with no coords and represent as geojson with no coords (GeoJSON null-equivalent)
* Expand testing to Python 3.6, 3.7, 3.8 and PyPy; drop 3.3 and 3.4 [@mwtoews]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ def read_file(file):
return data.decode('utf-8')

setup(name='pyshp',
version='2.1.0',
version='2.1.1',
description='Pure Python read/write support for ESRI Shapefile format',
long_description=read_file('README.md'),
long_description_content_type='text/markdown',
author='Joel Lawhead',
author_email='[email protected]',
url='https://github.com/GeospatialPython/pyshp',
download_url='https://github.com/GeospatialPython/pyshp/archive/2.1.0.tar.gz',
download_url='https://github.com/GeospatialPython/pyshp/archive/2.1.1.tar.gz',
py_modules=['shapefile'],
license='MIT',
zip_safe=False,
Expand Down

0 comments on commit db105fa

Please sign in to comment.