Skip to content

Commit 82acfef

Browse files
authored
Set documentation version to 0.8.0 (#2847)
1 parent 368e27c commit 82acfef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
#
7676
# The short X.Y version.
7777
# TODO: change to [:2] at v1.0
78-
version = 'master (' + torchvision.__version__ + ' )'
78+
version = '0.8.0'
7979
# The full version, including alpha/beta/rc tags.
8080
# TODO: verify this works as expected
81-
release = 'master'
81+
release = torchvision.__version__
8282

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

0 commit comments

Comments
 (0)