From f314e720a9e5a61f653d21e07e720038370a6e16 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 1 Dec 2022 10:31:53 +0100 Subject: [PATCH] Update version numbers to 9.1.1 and 1.12 in the docs --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 15a5e17e03..1b807e24a6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,8 +77,8 @@ # 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 = '9.1.0' -data_version = '1.11' +version = '9.1.1' +data_version = '1.12' # use same |release| as |version| release = version