From 3ed8f7a5a227e911d31214652d908525e8fd1cf5 Mon Sep 17 00:00:00 2001 From: gpuCI <38199262+GPUtester@users.noreply.github.com> Date: Mon, 16 Aug 2021 09:29:59 -0700 Subject: [PATCH] REL v21.08.02 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 10e8dff551c..d6ec51f4cfa 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.01 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 21.08.02 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 e570fa56cb4..98b3aeec524 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.01' +release = '21.08.02' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.