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
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -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
+1 −1
Original line number Original line Diff line number Diff line
@@ -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."),