Skip to content
Snippets Groups Projects
Unverified Commit 3cb058a0 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Prep for 1.5.1 release (#185)

parent 24146256
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ release. ...@@ -35,6 +35,8 @@ release.
## [Unreleased] ## [Unreleased]
## [1.5.1]()
### Fixed ### Fixed
- Updated documentation string for `compute_covariance`. [#177](https://github.com/USGS-Astrogeology/plio/pull/177) - Updated documentation string for `compute_covariance`. [#177](https://github.com/USGS-Astrogeology/plio/pull/177)
- Improved performance of `to_isis`. [#181](https://github.com/USGS-Astrogeology/plio/issues/181) - Improved performance of `to_isis`. [#181](https://github.com/USGS-Astrogeology/plio/issues/181)
......
...@@ -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.5.0', version = '1.5.1',
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