From e03e008e32bbc3a2e2c31a133222b365fec53d3c Mon Sep 17 00:00:00 2001 From: gpuCI <38199262+GPUtester@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:23:11 -0700 Subject: [PATCH] REL v21.08.04 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 305f0b15845..c80bb7ff47e 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.03 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 21.08.04 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 2b4c8bdb1eb..9523bbd59f3 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.03' +release = '21.08.04' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.