Skip to content

Commit

Permalink
Update documentation version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenniston committed Oct 22, 2018
1 parent f8d691e commit a2214ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '../../'
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit a2214ec

Please sign in to comment.