diff --git a/CHANGES b/CHANGES index 6494f53..6e44984 100644 --- a/CHANGES +++ b/CHANGES @@ -3,11 +3,14 @@ Changes unreleased ------ +- fixes issues where addition of some unscheduled visits could result in + a server error when trying to render subject's dashboard + (#798, #807, #824, #827, #829, #830, #831) - update use of format_html for DJ6 - remove all references in templates to `bootstrap3` folders - bump to edc-csf 1.0.0 - bump to edc-microbiology 1.0.0 -- bump to edc 1.0.2 +- bump to edc 1.0.3 0.1.57 ------ diff --git a/setup.cfg b/setup.cfg index ad726c0..bade56f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ zip_safe = False include_package_data = True packages = find: install_requires = - edc==1.0.2 + edc==1.0.3 edc-csf==1.0.0 edc-microbiology==1.0.0 beautifulsoup4