Skip to content

Commit

Permalink
update version number and history
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Mar 7, 2019
1 parent 139f929 commit 7a0e7ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion neoexchange/neox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a0e7ef

Please sign in to comment.