From 99caab7fa1476173f6e9afc9811bb1d7e3ec0ae9 Mon Sep 17 00:00:00 2001 From: gpuCI <38199262+GPUtester@users.noreply.github.com> Date: Tue, 4 Feb 2020 10:35:14 -0800 Subject: [PATCH 1/4] REL v0.12.0 release --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ffede64e57b..36bbb18bdec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,7 +67,7 @@ # The short X.Y version. version = '0.12' # The full version, including alpha/beta/rc tags. -release = '0.12.0a' +release = '0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From ac36e8cd129dbff54b930753b1da64ccb1a2a1be Mon Sep 17 00:00:00 2001 From: gpuCI <38199262+GPUtester@users.noreply.github.com> Date: Tue, 31 Mar 2020 10:18:22 -0700 Subject: [PATCH 2/4] REL v0.13.0 release From 9efe5534bee564dce34c6a8e0609840a2abba78a Mon Sep 17 00:00:00 2001 From: gpuCI <38199262+GPUtester@users.noreply.github.com> Date: Wed, 3 Jun 2020 10:02:48 -0700 Subject: [PATCH 3/4] REL v0.14.0 release From f149a045945ae5316a77c392e1712825871c0107 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 14 Jul 2020 17:04:41 -0400 Subject: [PATCH 4/4] update master references --- CONTRIBUTING.md | 6 +----- README.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d0fa7676d3..54c931bdae5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ Read the section on [building cuGraph from source](SOURCEBUILD.md) to validate t ```git remote add upstream https://github.com/rapidsai/cugraph.git``` 3. Checkout the latest branch -cuGraph only allows contribution to the current branch and not master or a future branch. PLease check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. +cuGraph only allows contribution to the current branch and not main or a future branch. PLease check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. ```git checkout branch-x.x``` 4. Code ..... @@ -155,7 +155,3 @@ All code must adhere to the [RAPIDS Style Guide](https://docs.rapids.ai/resource ### Tests All code must have associate test cases. Code without test will not be accepted - - - - diff --git a/README.md b/README.md index b308419f0cf..f745ea1a0e3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The [RAPIDS](https://rapids.ai) cuGraph library is a collection of GPU accelerat For more project details, see [rapids.ai](https://rapids.ai/). -**NOTE:** For the latest stable [README.md](https://github.com/rapidsai/cudf/blob/master/README.md) ensure you are on the latest branch. +**NOTE:** For the latest stable [README.md](https://github.com/rapidsai/cudf/blob/main/README.md) ensure you are on the latest branch.