From 7ff3fb9bcf6c627c3061fa0f6c354efb11833694 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Mon, 25 Nov 2019 15:56:11 -0500 Subject: [PATCH] update version in documentation --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7528b292e..2f8fc7b49 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = 'Shahzeb Siddiqui' # The short X.Y version -version = '0.7.2' +version = '0.7.3' # The full version, including alpha/beta/rc tags -release = '2019.08.11' +release = '2019.25.11' # -- General configuration ---------------------------------------------------