Skip to content
Snippets Groups Projects
Unverified Commit b8c57dfe authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

prepping for 5.1.2 release (#187)

* prepping 5.1.2 release

* updated changelog
parent 85b216bb
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,10 @@ release. ...@@ -35,6 +35,10 @@ release.
## [Unreleased] ## [Unreleased]
## [1.5.2]()
- Made gdal an optional dependency. [#186](https://github.com/USGS-Astrogeology/plio/pull/186)
## [1.5.1]() ## [1.5.1]()
### Fixed ### Fixed
......
...@@ -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.1', version = '1.5.2',
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