From d6cb0441b5938b55c7a2249e8c2172d91babe707 Mon Sep 17 00:00:00 2001 From: Christina D'Astolfo Date: Wed, 24 Nov 2021 14:25:35 -0500 Subject: [PATCH] Update installation requirements to actually allow installation alongside Django 3.2 --- install_requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_requires.txt b/install_requires.txt index 17013703..7a4b9184 100644 --- a/install_requires.txt +++ b/install_requires.txt @@ -1,4 +1,4 @@ -Django>=2.2,<3.2 +Django>=2.2,<4 djangorestframework>=3.11.0,<=3.12.4 inflection>=0.4.0 requests diff --git a/setup.py b/setup.py index 17ea2e30..9f1b8870 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ NAME = 'dynamic-rest' DESCRIPTION = 'Dynamic API support to Django REST Framework.' URL = 'http://github.com/AltSchool/dynamic-rest' -VERSION = '2.1.0' +VERSION = '2.1.1' SCRIPTS = ['manage.py'] setup(