diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index 4ab649b5ce9..d6e6feae2a7 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libcudf" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 21.12.01 +PROJECT_NUMBER = 21.12.02 # 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 diff --git a/docs/cudf/source/conf.py b/docs/cudf/source/conf.py index 01e38307977..b2f2e28bb7c 100644 --- a/docs/cudf/source/conf.py +++ b/docs/cudf/source/conf.py @@ -82,7 +82,7 @@ # The short X.Y version. version = '21.12' # The full version, including alpha/beta/rc tags. -release = '21.12.01' +release = '21.12.02' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.