Loading CHANGELOG.md +4 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,10 @@ release. ## [Unreleased] ## [Unreleased] ## [1.5.2]() - Made gdal an optional dependency. [#186](https://github.com/USGS-Astrogeology/plio/pull/186) ## [1.5.1]() ## [1.5.1]() ### Fixed ### Fixed Loading setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): def setup_package(): setup( setup( name = "plio", name = "plio", version = '1.5.1', version = '1.5.2', author = "USGS Astrogeology", author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), description = ("I/O API to support planetary data formats."), Loading Loading
CHANGELOG.md +4 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,10 @@ release. ## [Unreleased] ## [Unreleased] ## [1.5.2]() - Made gdal an optional dependency. [#186](https://github.com/USGS-Astrogeology/plio/pull/186) ## [1.5.1]() ## [1.5.1]() ### Fixed ### Fixed Loading
setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): def setup_package(): setup( setup( name = "plio", name = "plio", version = '1.5.1', version = '1.5.2', author = "USGS Astrogeology", author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), description = ("I/O API to support planetary data formats."), Loading