Skip to content

Commit

Permalink
Update v1.1.5
Browse files Browse the repository at this point in the history
Update v1.1.5
  • Loading branch information
jlubken authored May 7, 2020
2 parents 03ec6b3 + 130a156 commit 1771028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Setup file for chime
"""
__version__ = "1.1.4" # update VERSION in constants.py
__version__ = "1.1.5" # update VERSION in constants.py
__author__ = "Predictive Healthcare @ Penn Medicine"

from setuptools import setup, find_packages
Expand Down
2 changes: 1 addition & 1 deletion src/penn_chime/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
re-run their reports
"""
CHANGE_DATE = date(year=2020, month=4, day=8)
VERSION = 'v1.1.4'
VERSION = 'v1.1.5'

DATE_FORMAT = "%b, %d" # see https://strftime.org
DOCS_URL = "https://code-for-philly.gitbook.io/chime"
Expand Down

0 comments on commit 1771028

Please sign in to comment.