From 8c65a34fe4a7ae3a3bcd6e72a441c8522a07ef4b Mon Sep 17 00:00:00 2001 From: Tim Lister Date: Thu, 13 May 2021 14:50:42 -0700 Subject: [PATCH] Update version number and README --- README.md | 4 ++++ neoexchange/neox/settings.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a41aa77..cdbd96c11 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Portal for scheduling observations of NEOs (and other Solar System objects) usin ## History +### 3.8.7 +* Add support for generating PDS XML labels. +* Add support for fetching Yarkovsky targets from JPL ftp site. + ### 3.8.6 * Update spectroscopy analysis capabilities. * Add new Body method to compute and return distances and use this for the LOOK targets page. diff --git a/neoexchange/neox/settings.py b/neoexchange/neox/settings.py index 2e12b4269..5249a0f00 100644 --- a/neoexchange/neox/settings.py +++ b/neoexchange/neox/settings.py @@ -7,7 +7,7 @@ import rollbar -VERSION = '3.8.6' +VERSION = '3.8.7' CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))