Skip to content

Commit bda0797

Browse files
committed
Update doc version
1 parent 9739524 commit bda0797

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
13-
import sys, os
13+
import os
14+
import sys
1415

1516
# If extensions (or modules to document with autodoc) are in another directory,
1617
# add these directories to sys.path here. If the directory is relative to the
@@ -58,7 +59,7 @@
5859
# built documents.
5960
#
6061
# The short X.Y version.
61-
version = 'dev'
62+
version = '5.12'
6263
# version = '.'.join(buildconf.VERSION.split('.')[:2])
6364
# The full version, including alpha/beta/rc tags.
6465
release = buildconf.VERSION

0 commit comments

Comments
 (0)