summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-11 17:49:59 +0200
committerMax Kellermann <max@musicpd.org>2021-05-11 17:52:24 +0200
commit51671af5a4a6c037ea616b3e10603200401acc39 (patch)
tree891d04ea405cdd8572f9bf8948bf5b4779bac39a
parent2908f6565b379643bfce8fdee2abf7998106b1e4 (diff)
doc/conf.py: move "~git" suffix to release
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ebccd004f..d7ed06d26 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -38,9 +38,9 @@ author = 'Max Kellermann'
# built documents.
#
# The short X.Y version.
-version = '0.23~git'
+version = '0.23'
# The full version, including alpha/beta/rc tags.
-release = version
+release = version + '~git'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.