From c329e0795b9b7617c5ee6dec16726231619fa685 Mon Sep 17 00:00:00 2001 From: MiltonLn <miltonln04@gmail.com> Date: Wed, 31 Jan 2018 11:45:10 -0500 Subject: [PATCH] Missing files on docs update --- README.rst | 4 ++-- docs/conf.py | 4 ++-- docs/index.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index ca1bb78..9155a34 100644 --- a/README.rst +++ b/README.rst @@ -13,8 +13,8 @@ dictionaries to generate menu items Features: --------- -- Tested support to Python 2.7, 3.4, 3.5, 3.6 -- Tested support to Django 1.8.18, 1.9.13, 1.10.7, 1.11 +- Tested support to Python 3.4, 3.5, 3.6 +- Tested support to Django 1.8, 1.9, 1.10, 1.11, 2.0 - No database - Support unlimited menus - Icons support diff --git a/docs/conf.py b/docs/conf.py index e7d8c91..ada61b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ author = 'Milton Lenis' # built documents. # # The short X.Y version. -version = '1.0.1' +version = '1.0.3' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 99b54a5..3d7338d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,8 +13,8 @@ dictionaries to generate menu items Features: --------- -- Tested support to Python 2.7, 3.4, 3.5, 3.6 -- Tested support to Django 1.8.18, 1.9.13, 1.10.7, 1.11 +- Tested support to Python 3.4, 3.5, 3.6 +- Tested support to Django 1.8, 1.9, 1.10, 1.11, 2.0 - No database - Support unlimited menus - Icons support -- GitLab