From 7855058f1ea4f5a2c75b3e57c723f040a422026c Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Wed, 8 May 2024 08:28:12 +0200 Subject: [PATCH] Show proper version on read the docs (#29) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 21a51f91..d493d0ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # built documents. # # The short X.Y version. -version = '4.1' +version = '5.0' # The full version, including alpha/beta/rc tags. release = version if release.endswith('dev'):