Skip to content

Commit 787db6e

Browse files
committed
Updating version number in docs.
1 parent e05fe30 commit 787db6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
#
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
13-
1413
import sys, os
1514

1615
# If extensions (or modules to document with autodoc) are in another directory,
1716
# add these directories to sys.path here. If the directory is relative to the
1817
# documentation root, use os.path.abspath to make it absolute, like shown here.
1918
sys.path = [os.path.abspath('../../')] + sys.path
2019

20+
2121
# -- General configuration -----------------------------------------------------
2222

2323
# Add any Sphinx extension module names here, as strings. They can be extensions
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.0.11'
48+
from yajl import __version__ as version
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.0.11'
50+
release = version
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

0 commit comments

Comments
 (0)