Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -32,8 +32,12 @@ When preparing for a bug fix release create a new 2nd heading above the Fixed heading to indicate that only the bug fixes and security fixes are in the bug fix release. --> ## [Unreleased] ## [1.5.0]() ### Added - Added this CHANGELOG.md file to track changes to the library - Added a warning when to_isis is called without a target name fixing [#126](https://github.com/USGS-Astrogeology/plio/issues/126). recipe/meta.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,6 @@ requirements: - certifi - pyproj test: imports: - plio Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", version = '1.4.0', version = '1.5.0', author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -32,8 +32,12 @@ When preparing for a bug fix release create a new 2nd heading above the Fixed heading to indicate that only the bug fixes and security fixes are in the bug fix release. --> ## [Unreleased] ## [1.5.0]() ### Added - Added this CHANGELOG.md file to track changes to the library - Added a warning when to_isis is called without a target name fixing [#126](https://github.com/USGS-Astrogeology/plio/issues/126).
recipe/meta.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,6 @@ requirements: - certifi - pyproj test: imports: - plio Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", version = '1.4.0', version = '1.5.0', author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading