From 630681337084985b16abcd4e6ed31bee4c552b56 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 26 Oct 2021 22:33:25 +0200 Subject: [PATCH] Fix version number in build file --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index de24e9e56d..9fd56749d7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ author = "The Evennia developer community" # The full Evennia version covered by these docs, including alpha/beta/rc tags # This will be used for multi-version selection options. -release = "0.95" +release = "0.9.5" # -- General configuration ---------------------------------------------------