From 0e7930e2e07b49e039b66d437ab3ac3a8f34c0d1 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 27 Apr 2020 10:57:47 +0200 Subject: [PATCH] Fix version in docs conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 399ca89..1d89250 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ author = u'Read the Docs, Inc' # built documents. # # The short X.Y version. -version = '1.2' +version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.2.1' +release = '1.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.