Commit 23c54a93 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Stage for 1.5.0 release (#169)

parent 07c7b6dc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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).
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ requirements:
    - certifi
    - pyproj


test:
  imports:
    - plio
+1 −1
Original line number Diff line number Diff line
@@ -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."),