Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit b5e96a5

Browse files
committed
Updating version number in CHANGELOG, redi/redi.py, and setup.py
1 parent 0823da1 commit b5e96a5

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2016-02-12 v0.15.0
2+
3+
* Summary: Improved handling of network issues while sending to REDCap.
4+
5+
* Adding exception handling for NewConnectionError in redi/utils/redcapClient.py (Nicholas Rejack)
6+
* Adding parenthesis to REDCAP_RECORDS_PROGRAM in vagrant/Makefile (Nicholas Rejack)
7+
18
2015-12-03 v0.14.4
29
* Summary: RED-I now has built-in log rotation.
310

redi/redi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"""
5555

5656
__author__ = "University of Florida CTS-IT Team"
57-
__version__ = "0.14.4"
57+
__version__ = "0.15.0"
5858
__email__ = "ctsit@ctsi.ufl.edu"
5959
__status__ = "Development"
6060

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='redi',
21-
version='0.14.4',
21+
version='0.15.0',
2222
author='https://www.ctsi.ufl.edu/research/study-development/informatics-consulting/',
2323
author_email='ctsit@ctsi.ufl.edu',
2424
packages=find_packages(exclude=['test']),
@@ -27,7 +27,7 @@
2727
'redi': ['utils/*.xsl', 'utils/*.xsd']
2828
},
2929
url='https://github.com/ctsit/redi',
30-
download_url = 'https://github.com/ctsit/redi/releases/tag/0.14.1',
30+
download_url = 'https://github.com/ctsit/redi/releases/tag/0.15.0',
3131
keywords = ['EMR', 'EHR', 'REDCap', 'Clinical Data'],
3232
license='BSD 3-Clause',
3333
description='REDCap Electronic Data Importer',

0 commit comments

Comments
 (0)