From e1fe746cfc2ffdac6aeda50cf1d58d6e368efeec Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Fri, 30 Jun 2023 09:21:06 -0600 Subject: [PATCH] update pdf --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c2bf48558..23e9e02b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,8 +18,8 @@ shutil.copy2('../CHANGELOG.md','./CHANGELOG.md') project = "ROCm Documentation" author = "Advanced Micro Devices, Inc." copyright = "Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved." -version = "5.0.0" -release = "5.0.0" +version = "5.0.1" +release = "5.0.1" setting_all_article_info = True all_article_info_os = ["linux"]