diff --git a/doc/conf.py b/doc/conf.py index 86b4f20cf24f0..a02882ffdde2e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -72,9 +72,9 @@ # built documents. # # The short X.Y version. -version = '0.16.dev0' -# The full version, including alpha/beta/rc tags. import sklearn +version = sklearn.__version__ +# The full version, including alpha/beta/rc tags. release = sklearn.__version__ # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/doc/documentation.rst b/doc/documentation.rst index 1cc7415914545..b0bd741fcab71 100644 --- a/doc/documentation.rst +++ b/doc/documentation.rst @@ -2,7 +2,7 @@
-Documentation of scikit-learn 0.16.dev0 +Documentation of scikit-learn 0.17.dev0 ======================================= .. raw:: html @@ -29,7 +29,7 @@ Documentation of scikit-learn 0.16.dev0

Other Versions