Skip to content

Commit

Permalink
Merge pull request #476 from dslosky-usgs/notifications
Browse files Browse the repository at this point in the history
Roll shakecast version
  • Loading branch information
dslosky-usgs committed Oct 2, 2019
2 parents b8c693f + a1ee9df commit f1b1c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='4.0.12',
version='4.0.13',

description='Real time facility monitoring and notifications for earthquake impacts',
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions shakecast/conf/sc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"update": {
"json_url": "https://raw.githubusercontent.com/usgs/shakecast/master/update.json",
"db_version": 1,
"update_version": "4.0.12",
"software_version": "4.0.12",
"update_version": "4.0.13",
"software_version": "4.0.13",
"admin_notified": false
},
"DNS": "https://localhost",
Expand Down

0 comments on commit f1b1c41

Please sign in to comment.