From e4c683425aeab6845c1acd3b73e7a58565ebffa4 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Fri, 12 Jan 2024 11:56:35 -0700 Subject: [PATCH] Fixed PDF version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a5bb90cdc..ea99328d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ author_list = ', '.join(formatted_authors) # The stable version, displayed on the front page of the PDF -version = '5.2.0' +version = '5.2.1' verinfo = version # The full version, including alpha/beta/rc tags