From 0789abfc101ec15b87f6901ff44a6f86519e1236 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 22 May 2020 00:42:51 +0200 Subject: [PATCH] Test upping version number --- 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 9e098fd0b2..a9703a620a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ copyright = '2020, The Evennia developer community' author = 'The Evennia developer community' # The full version, including alpha/beta/rc tags -release = '0.9' +release = '0.9b' # -- General configuration ---------------------------------------------------