diff --git a/README.rst b/README.rst
index ca1bb7889bb0a5e79e638ab0c4457b92d052636b..9155a34b1681a7f4eba52103200d41c367edbdd9 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 e7d8c91470ea4e11e9b0ae6796792805201e4b9c..ada61b170c6d7ca2e739027808098d3864d8aaff 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 99b54a5965ff5b5954a59ee25c2b63aff06a0aed..3d7338dbf4977e2c7ea8d382a7f7fb7bba7eb4db 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