From fc9e02744cde0f2fc886607908da46da0f574bcf Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 13 Sep 2024 22:31:39 -0400 Subject: [PATCH] Update version numbers for 5.1.0 release --- config/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/conf.py b/config/conf.py index a86ac479c8..212ded93b5 100644 --- a/config/conf.py +++ b/config/conf.py @@ -10,13 +10,13 @@ # built documents. # # The short X.Y version. -version = '5.next' +version = '5.x' # The full version, including alpha/beta/rc tags. -release = '5.next' +release = '5.x' # The search index version. -search_version = '5-next' +search_version = '5-x' # The marketing diplay name for the book. version_name = 'Chiffon' @@ -39,7 +39,7 @@ # The GitHub branch name for this version of the docs # for edit links to point at. -branch = '5.next' +branch = '5.x' # Add any paths that contain custom themes here, relative to this directory. html_theme_path = []