From 261cf8381e359dc4d5752f163f1074f024742577 Mon Sep 17 00:00:00 2001 From: Yuan Zhao Date: Mon, 30 Dec 2019 15:21:04 -0600 Subject: [PATCH] Minor version update in docs --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 203aabf..a997319 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,16 +53,16 @@ master_doc = 'index' # General information about the project. project = u'TIDL API User\'s Guide' -copyright = u'2018, Texas Instruments Incorporated' +copyright = u'2018-2019, Texas Instruments Incorporated' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.2.x' +version = '1.4.x' # The full version, including alpha/beta/rc tags. -release = '1.2.x' +release = '1.4.x' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 2.39.2