We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368e27c commit 82acfefCopy full SHA for 82acfef
docs/source/conf.py
@@ -75,10 +75,10 @@
75
#
76
# The short X.Y version.
77
# TODO: change to [:2] at v1.0
78
-version = 'master (' + torchvision.__version__ + ' )'
+version = '0.8.0'
79
# The full version, including alpha/beta/rc tags.
80
# TODO: verify this works as expected
81
-release = 'master'
+release = torchvision.__version__
82
83
# The language for content autogenerated by Sphinx. Refer to documentation
84
# for a list of supported languages.
0 commit comments