From 9e9f1570e8c0a50bb757643fb16ad1c48f571883 Mon Sep 17 00:00:00 2001 From: gpuCI <38199262+GPUtester@users.noreply.github.com> Date: Tue, 17 Aug 2021 07:01:00 -0700 Subject: [PATCH] REL v21.08.03 release --- cpp/CMakeLists.txt | 2 +- docs/cugraph/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index d6ec51f4cfa..305f0b15845 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -31,7 +31,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH) -project(CUGRAPH VERSION 21.08.02 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 21.08.03 LANGUAGES C CXX CUDA) # Remove the following archs from CMAKE_CUDA_ARCHITECTURES that # cuhornet currently doesn't support diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index 98b3aeec524..2b4c8bdb1eb 100644 --- a/docs/cugraph/source/conf.py +++ b/docs/cugraph/source/conf.py @@ -82,7 +82,7 @@ # The short X.Y version. version = '21.08' # The full version, including alpha/beta/rc tags. -release = '21.08.02' +release = '21.08.03' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.