aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-06 06:45:20 -0700
committerVictor Zverovich <viz@fb.com>2020-07-06 06:45:20 -0700
commitc472ff12d81253d7b0cd46dd10bed355020b2fac (patch)
tree4497889a42a47948a63d0355d3494b748f898a4f /doc
parent1614af3520c3de4d2f22563925f231f06c1e590f (diff)
downloadfmtlib-c472ff12d81253d7b0cd46dd10bed355020b2fac.tar.gz
Update version
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/build.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build.py b/doc/build.py
index 87ae65fa..06be004b 100755
--- a/doc/build.py
+++ b/doc/build.py
@@ -6,7 +6,8 @@ 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."