Skip to content

Commit

Permalink
Merge pull request #507 from dslosky-usgs/release
Browse files Browse the repository at this point in the history
Roll version
  • Loading branch information
dslosky-usgs committed Dec 30, 2019
2 parents 97dd04f + 9826a9a commit 7f84b4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ deploy:
password: $PYPI_PASSWORD
distributions: "bdist_wheel"
on:
tags: true
tags: true
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.13',
version='4.0.14',

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.13",
"software_version": "4.0.13",
"update_version": "4.0.14",
"software_version": "4.0.14",
"admin_notified": false
},
"DNS": "https://localhost",
Expand Down

0 comments on commit 7f84b4c

Please sign in to comment.