From 6e9a91aa0c6e1dfa800c4ae01ce619bf6a89e11a Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Thu, 1 Feb 2018 21:53:07 -0800 Subject: [PATCH] Update conf.py to match latest release version Update the version displayed in the title of http://django-axes.readthedocs.io/en/latest/installation.html --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d0bee6d..0d5dd1a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ author = 'jazzband' # built documents. # # The short X.Y version. -version = '2.2.0' +version = '4.0.2' # The full version, including alpha/beta/rc tags. -release = '2.2.0' +release = '4.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.