From a6240ef44edd30edbd737dfbf199a66b0210c0d8 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 22 May 2020 00:56:45 +0200 Subject: [PATCH] Revert "Test upping version number" This reverts commit 0789abfc101ec15b87f6901ff44a6f86519e1236. --- 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 a9703a620a..9e098fd0b2 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.9b' +release = '0.9' # -- General configuration ---------------------------------------------------