From 28a76a619b2edc059d201f68fb7205e7b650913c Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 15 Feb 2022 15:17:30 +0100 Subject: Update version numbers for 9.0.0 --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index ee36d656..85ba01e2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,8 +77,8 @@ copyright = u'1983-{0}'.format(now.year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -version = '8.2.0' -data_version = '1.8' +version = '9.0.0' +data_version = '1.9' # use same |release| as |version| release = version -- cgit v1.2.3