Skip to content

Commit

Permalink
DOC v21.08 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed May 19, 2021
1 parent 2a5aa46 commit c9dfeea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# RMM 21.08.00 (Date TBD)

Please see https://github.com/rapidsai/rmm/releases/tag/v21.08.0a for the latest changes to this development branch.

# RMM 0.20.0 (Date TBD)

Please see https://github.com/rapidsai/rmm/releases/tag/v0.20.0a for the latest changes to this development branch.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()

project(
RMM
VERSION 21.06.00
VERSION 21.08.00
LANGUAGES CXX)

include(cmake/Modules/CPM.cmake)
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "RMM"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 21.06
PROJECT_NUMBER = 21.08

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
6 changes: 3 additions & 3 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = "NVIDIA"

# The full version, including alpha/beta/rc tags
release = "21.06.00"
release = "21.08.00"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = "21.06"
version = "21.08"
# The full version, including alpha/beta/rc tags.
release = "21.06.00"
release = "21.08.00"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def get_cuda_version_from_header(cuda_include_dir):

setup(
name="rmm",
version="21.06.00",
version="21.08.00",
description="rmm - RAPIDS Memory Manager",
url="https://github.com/rapidsai/rmm",
author="NVIDIA Corporation",
Expand Down

0 comments on commit c9dfeea

Please sign in to comment.