Skip to content

Commit 79aa960

Browse files
committed
Bump documentation version to 2.0.0
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 2c544f6 commit 79aa960

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
+ "brands may be claimed as the property of others."
1414
)
1515
author = "Intel Corporation"
16-
version = "1.2.0"
17-
release = "1.2.0"
16+
version = "2.0.0"
17+
release = "2.0.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ portability and maintainability of an application's source code.
5959
Installation
6060
############
6161

62-
The latest release of CBI is version 1.2.0. To download and install this
62+
The latest release of CBI is version 2.0.0. To download and install this
6363
release, run the following::
6464

65-
$ git clone --branch 1.2.0 https://github.com/intel/code-base-investigator.git
65+
$ git clone --branch 2.0.0 https://github.com/intel/code-base-investigator.git
6666
$ cd code-base-investigator
6767
$ pip install .
6868

@@ -74,7 +74,7 @@ creating a virtual environment are shown below.
7474

7575
.. code-block:: text
7676
77-
$ git clone --branch 1.2.0 https://github.com/intel/code-base-investigator.git
77+
$ git clone --branch 2.0.0 https://github.com/intel/code-base-investigator.git
7878
$ python3 -m venv cbi
7979
$ source cbi/bin/activate
8080
$ cd code-base-investigator
@@ -84,7 +84,7 @@ creating a virtual environment are shown below.
8484

8585
.. code-block:: text
8686
87-
$ git clone --branch 1.2.0 https://github.com/intel/code-base-investigator.git
87+
$ git clone --branch 2.0.0 https://github.com/intel/code-base-investigator.git
8888
$ cd code-base-investigator
8989
$ uv tool install .
9090

0 commit comments

Comments
 (0)