From 7a582c16fe1df30684cdf54c13e695d3d8e87026 Mon Sep 17 00:00:00 2001 From: Tim Lister Date: Wed, 17 Nov 2021 17:29:37 -0800 Subject: [PATCH] Update version number and Changelog --- README.md | 4 ++++ neoexchange/neox/settings.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2895139..ebe067b0e 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.10.2 +* Fix ADES header info for new telescopes and MuSCAT instrument (Issue #578) +* Fix gif movie creation permission issues (Issue #580) + ### 3.10.1 * Fix orbit plots for cometary elements. diff --git a/neoexchange/neox/settings.py b/neoexchange/neox/settings.py index 3942d0c31..1cbd93ab8 100644 --- a/neoexchange/neox/settings.py +++ b/neoexchange/neox/settings.py @@ -7,7 +7,7 @@ import rollbar -VERSION = '3.10.1' +VERSION = '3.10.2' CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))