From d0878350d3313909ba08eab73e4caeb96dbb1209 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 20 Mar 2023 08:26:58 -0400 Subject: Replace pytest with python -m pytest in the release preparation script. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index e32d6b8..15e258b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,7 +50,7 @@ copyright = u'2004-2023, Leonard Richardson' # The short X.Y version. version = '4' # The full version, including alpha/beta/rc tags. -release = '4.9.0' +release = '4.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3