From f90fa2b8503efbdebf286da840b40dc9fb991228 Mon Sep 17 00:00:00 2001 From: igor Date: Fri, 18 Nov 2022 16:00:23 +0100 Subject: [PATCH] Django 4.1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c7fcae..d773c57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Cython==0.29.32 psycopg2-binary==2.8.6 -Django==4.0.7 +Django==4.1.3 diff --git a/setup.py b/setup.py index 2518fda..8a9c984 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='daffodil', - version='0.5.19', + version='0.5.20', author='James Robert', description='A Super-simple DSL for filtering datasets', license='MIT',