Skip to content

Commit

Permalink
DOC v21.10 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 15, 2021
1 parent eb2b991 commit 0dbed10
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.10.00 (Date TBD)

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

# 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.
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 @@ include(rapids-find)

project(
RMM
VERSION 21.08.00
VERSION 21.10.00
LANGUAGES CXX)

# Write the version header
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.08
PROJECT_NUMBER = 21.10

# 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.08.00"
release = "21.10.00"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = "21.08"
version = "21.10"
# The full version, including alpha/beta/rc tags.
release = "21.08.00"
release = "21.10.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 @@ -189,7 +189,7 @@ def get_cuda_version_from_header(cuda_include_dir):

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

0 comments on commit 0dbed10

Please sign in to comment.