Skip to content

Commit 58400b6

Browse files
authored
Bump documentation version to 1.0.0 (#192)
1 parent 194a34a commit 58400b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
# |version| and |release|, also used in various other places throughout the
6767
# built documents.
6868
#
69-
# The short X.Y version.
70-
version = "1.0"
7169
# The full version, including alpha/beta/rc tags.
72-
release = "1.0.0rc8"
70+
release = "1.0.0"
71+
# The short X.Y version.
72+
version = ".".join(release.split(".")[:2])
7373

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

0 commit comments

Comments
 (0)