diff --git a/README.md b/README.md index ebe067b0e..a244775a0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Portal for scheduling observations of NEOs (and other Solar System objects) usin ## History +### 3.10.3 +* Minor bug fixes and error handling. + ### 3.10.2 * Fix ADES header info for new telescopes and MuSCAT instrument (Issue #578) * Fix gif movie creation permission issues (Issue #580) diff --git a/neoexchange/neox/settings.py b/neoexchange/neox/settings.py index c5dd68f56..be4642a71 100644 --- a/neoexchange/neox/settings.py +++ b/neoexchange/neox/settings.py @@ -7,7 +7,7 @@ import rollbar -VERSION = '3.10.2.1' +VERSION = '3.10.3' CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))