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 ...@@ -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 heading to indicate that only the bug fixes and security fixes are in the bug fix
release. release.
--> -->
## [Unreleased] ## [Unreleased]
## [1.5.0]()
### Added ### Added
- Added this CHANGELOG.md file to track changes to the library - 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). - 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: ...@@ -50,7 +50,6 @@ requirements:
- certifi - certifi
- pyproj - pyproj
test: test:
imports: imports:
- plio - plio
......
...@@ -8,7 +8,7 @@ with open('README.md', 'r') as f: ...@@ -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.4.0', version = '1.5.0',
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."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment