diff --git a/NEWS.md b/NEWS.md index 4a431817..f31cf4ff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ +# pynsee 0.1.6 + +* fix to cope with the double zipping of macroeconomic metadata file containing time series identifiers +* changes in geodata module to switch to the new IGN geoplatform +* tests performed on python 3.8-3.11 +* new example in doc gallery on mobility in Paris region + example fixes +* package catches error 429 (request limit on api.insee.fr) and then sleeps + # pynsee 0.1.5 * shapely>= 1.8.0 defined in both setup.py and requirements diff --git a/setup.py b/setup.py index 3aeec01f..b92d0df2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pynsee", - version="0.1.5", + version="0.1.6", author="Hadrien Leclerc, Lino Galiana", author_email="leclerc.hadrien@gmail.com", description="Tools to Easily Search and Download French Data From INSEE and IGN APIs",