diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 08:26:58 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 08:26:58 -0400 |
commit | d0878350d3313909ba08eab73e4caeb96dbb1209 (patch) | |
tree | 55e8e73720a7c7654289fbd5586bf2c204593350 /doc | |
parent | 67a75a51d6433bdf9775e721e495ca2315513047 (diff) |
Replace pytest with python -m pytest in the release preparation script.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |