Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 61584cb

Browse files
authored
Correctly set 'release' in sphinx config. (#462)
1 parent 5e96487 commit 61584cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = pydocstyle.__version__
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.0.0'
61+
release = pydocstyle.__version__
6262

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

0 commit comments

Comments
 (0)