From a2214ecfe5ef3073210a3ebd9343b31d3a638d4b Mon Sep 17 00:00:00 2001 From: Tyler Denniston Date: Thu, 18 Oct 2018 14:57:51 -0400 Subject: [PATCH] Update documentation version numbers --- doc/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index fa1f928c3f0..df69d4105c0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -71,9 +71,9 @@ author = 'TileDB, Inc.' # The short X.Y version. -version = '1.3' +version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.3.0' +release = '1.4.0' # Breathe extension configuration. tiledb_dir = '../../' @@ -196,8 +196,8 @@ def replaceText(app, docname, source): text_replacements = { "{source_examples_path}" : "../../examples", - "{tiledb_src_root_url}" : "https://github.com/TileDB-Inc/TileDB/blob/dev", - "{tiledb_py_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-Py/blob/dev", + "{tiledb_src_root_url}" : "https://github.com/TileDB-Inc/TileDB/blob/1.4.0", + "{tiledb_py_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-Py/blob/0.3.0", "{tiledb_R_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-R/blob/master", "{tiledb_go_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-Go/blob/master" }