From b2c32b8b0790c0b6f61207cfec626b008bf6d246 Mon Sep 17 00:00:00 2001 From: Jonathan Willitts Date: Thu, 12 Sep 2024 12:01:19 +0100 Subject: [PATCH] Bump to `edc==0.6.12` --- CHANGES | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3d64eb0..2c109f1 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Changes unreleased ------ - add QA reports for Missing Lab Values +- bump to edc 0.6.12 0.1.55 ------ diff --git a/setup.cfg b/setup.cfg index d846ec3..0a84286 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ zip_safe = False include_package_data = True packages = find: install_requires = - edc==0.5.99 + edc==0.6.12 edc-csf==0.3.6 edc-microbiology==0.3.10 beautifulsoup4