aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-05 08:43:47 -0700
committerVictor Zverovich <viz@fb.com>2020-07-05 08:43:47 -0700
commit5173a76ba49936d252a85ee49b7eb96e3dff4033 (patch)
treee52efa5e918379873fec76b9eb488d465ada5e26 /doc
parent1614af3520c3de4d2f22563925f231f06c1e590f (diff)
downloadfmtlib-5173a76ba49936d252a85ee49b7eb96e3dff4033.tar.gz
Update version
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.py b/doc/build.py
index 87ae65fa..f8d9f51e 100755
--- a/doc/build.py
+++ b/doc/build.py
@@ -6,7 +6,7 @@ import errno, os, shutil, sys, tempfile
from subprocess import check_call, check_output, CalledProcessError, Popen, PIPE
from distutils.version import LooseVersion
-versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', '5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0', '6.1.0', '6.1.1', '6.1.2', '6.2.0', '6.2.1']
+versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', '5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0', '6.1.0', '6.1.1', '6.1.2', '6.2.0', '6.2.1', '7.0.0']
def pip_install(package, commit=None, **kwargs):
"Install package using pip."