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__))