From 23c54a93bbe4727e551f86a624d0b5b9baf0baa1 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Fri, 12 Nov 2021 11:04:35 -0700 Subject: [PATCH] Stage for 1.5.0 release (#169) --- CHANGELOG.md | 4 ++++ recipe/meta.yaml | 1 - setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be70a7f..f3013a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f012897..296bdc8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -50,7 +50,6 @@ requirements: - certifi - pyproj - test: imports: - plio diff --git a/setup.py b/setup.py index d5aadc7..e16eade 100644 --- a/setup.py +++ b/setup.py @@ -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."), -- GitLab