Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit f1b1c41

Browse files
authored
Merge pull request #476 from dslosky-usgs/notifications
Roll shakecast version
2 parents b8c693f + a1ee9df commit f1b1c41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Versions should comply with PEP440. For a discussion on single-sourcing
2626
# the version across setup.py and the project code, see
2727
# https://packaging.python.org/en/latest/single_source_version.html
28-
version='4.0.12',
28+
version='4.0.13',
2929

3030
description='Real time facility monitoring and notifications for earthquake impacts',
3131
long_description=long_description,

shakecast/conf/sc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"update": {
3131
"json_url": "https://raw.githubusercontent.com/usgs/shakecast/master/update.json",
3232
"db_version": 1,
33-
"update_version": "4.0.12",
34-
"software_version": "4.0.12",
33+
"update_version": "4.0.13",
34+
"software_version": "4.0.13",
3535
"admin_notified": false
3636
},
3737
"DNS": "https://localhost",

0 commit comments

Comments
 (0)