From d97fc38a888f35084a80c49d062e4f508e578e73 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 17 Feb 2020 21:29:28 +0100 Subject: [PATCH] Bumped django-colorfield version to 0.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17a0547..f3b0b21 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'], requires=['django(>=1.7)'], install_requires=[ - 'django-colorfield >= 0.1, < 1.0', + 'django-colorfield >= 0.2, < 1.0', 'django-flat-theme >= 1.0, < 2.0', 'django-flat-responsive >= 1.0, < 3.0', 'six >= 1.9.0, < 2.0.0',