From 7a0e7ef146496f5c8732f0a2774d3cb0845946f2 Mon Sep 17 00:00:00 2001 From: Joey Chatelain Date: Thu, 7 Mar 2019 14:46:03 -0800 Subject: [PATCH] update version number and history --- README.md | 8 ++++++++ neoexchange/neox/settings.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dec6cb94d..fda44c4db 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Portal for scheduling observations of NEOs using Las Cumbres Observatory. ## History +### 2.7.11 +Allow for automatic updating of targets. +* Update observations from MPC daily. +* Update orbits with FindOrb or from MPC daily. +* Be smarter about when and how FindOrb updates an orbit. +* Update taxonomy daily. +* Update external spectroscopy weekly. + ### 2.7.10 Several bug fixes * Allow Download for all Programs diff --git a/neoexchange/neox/settings.py b/neoexchange/neox/settings.py index 1c1b6d219..099ace104 100644 --- a/neoexchange/neox/settings.py +++ b/neoexchange/neox/settings.py @@ -7,7 +7,7 @@ import rollbar -VERSION = '2.7.10' +VERSION = '2.7.11' CURRENT_PATH = os.path.dirname(os.path.realpath(__file__)) PRODUCTION = True if CURRENT_PATH.startswith('/var/www') else False