Skip to content

Commit e79b730

Browse files
committed
REL v21.10.02 release
1 parent 14db486 commit e79b730

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.conda/environments.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/conda/envs/gdf
2+
/opt/conda

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include(rapids-find)
2626

2727
rapids_cuda_init_architectures(CUML)
2828

29-
project(CUML VERSION 21.10.01 LANGUAGES CXX CUDA)
29+
project(CUML VERSION 21.10.02 LANGUAGES CXX CUDA)
3030

3131
# Write the version header
3232
rapids_cmake_write_version_file(include/cuml/version_config.hpp)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The short X.Y version.
8282
version = '21.10'
8383
# The full version, including alpha/beta/rc tags.
84-
release = '21.10.01'
84+
release = '21.10.02'
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# for a list of supported languages.

0 commit comments

Comments
 (0)