Skip to content
Snippets Groups Projects
Commit 23c54a93 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Stage for 1.5.0 release (#169)

parent 07c7b6dc
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......@@ -50,7 +50,6 @@ requirements:
- certifi
- pyproj
test:
imports:
- plio
......
......@@ -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."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment