From 0b9a1bb05fffd0d47a025dcf9b0df7921390ca04 Mon Sep 17 00:00:00 2001 From: dslosky-usgs Date: Thu, 16 May 2019 07:57:57 -0600 Subject: [PATCH] Roll app version --- setup.py | 2 +- shakecast/conf/sc.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 99977f46..975d2dad 100644 --- a/setup.py +++ b/setup.py @@ -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.8', + version='4.0.9', description='Real time facility monitoring and notifications for earthquake impacts', long_description=long_description, diff --git a/shakecast/conf/sc.json b/shakecast/conf/sc.json index 5e24032b..4642a1ed 100644 --- a/shakecast/conf/sc.json +++ b/shakecast/conf/sc.json @@ -29,8 +29,8 @@ "update": { "json_url": "https://raw.githubusercontent.com/usgs/shakecast/master/update.json", "db_version": 1, - "update_version": "4.0.8", - "software_version": "4.0.8", + "update_version": "4.0.9", + "software_version": "4.0.9", "admin_notified": false }, "DNS": "https://localhost",