From b16450cf7117d937bc42841832a742c47d7ef412 Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sat, 13 Mar 2021 17:54:40 +0100 Subject: [PATCH] more consistent release naming --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 66931df..85f6602 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ author = 'aMQTT contributers' # # The full version, including alpha/beta/rc tags. -release = '0.10.0 alpha 0' +release = '0.10.0a0' # The short X.Y version. version = ".".join(release.split(".")[:2])