diff options
author | Max Kellermann <max@musicpd.org> | 2021-05-11 17:49:59 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-05-11 17:52:24 +0200 |
commit | 51671af5a4a6c037ea616b3e10603200401acc39 (patch) | |
tree | 891d04ea405cdd8572f9bf8948bf5b4779bac39a | |
parent | 2908f6565b379643bfce8fdee2abf7998106b1e4 (diff) |
doc/conf.py: move "~git" suffix to release
-rw-r--r-- | doc/conf.py | 4 |
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. |