From 2700b4ff121f5ba54d671c0b812282b6cba754f4 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 10 Oct 2018 15:51:06 +0200 Subject: [PATCH] Updated README [ci skip] --- README.md | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4399856..283edda 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ django-admin-interface is a modern **responsive flat admin interface customizabl - `sorl-thumbnail` ## Requirements -- Python 2.7, 3.4, 3.5, 3.6 -- Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0 +- Python 2.7, 3.4, 3.5, 3.6, 3.7 +- Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 ## Installation - Run `pip install django-admin-interface` diff --git a/README.rst b/README.rst index e94cf6b..889f943 100644 --- a/README.rst +++ b/README.rst @@ -27,8 +27,8 @@ Features Requirements ------------ -- Python 2.7, 3.4, 3.5, 3.6 -- Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0 +- Python 2.7, 3.4, 3.5, 3.6, 3.7 +- Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 Installation ------------