Skip to content

Commit a2faa65

Browse files
committed
Bump version in docs
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent d7d2fae commit a2faa65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/getting-started/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ Installation on Linux and Mac
120120
Get the Scancode Toolkit tarball archive of a specific version and your
121121
operating system by going to the `project releases page <https://github.com/nexB/scancode-toolkit/releases/>`_
122122

123-
For example, Version 21.3.31 archive can be obtained from
124-
`Toolkit release 21.3.31 <https://github.com/nexB/scancode-toolkit/releases/tag/v21.3.31>`_
123+
For example, Version 21.6.2 archive can be obtained from
124+
`Toolkit release 21.6.2 <https://github.com/nexB/scancode-toolkit/releases/tag/v21.6.1>`_
125125
under assets options. Download the archive for your operating systen and extract
126126
the archive from command line::
127127

128-
tar -xvf scancode-toolkit-21.3.31_py36-linux.tar.xz
128+
tar -xvf scancode-toolkit-21.6.2_py36-linux.tar.xz
129129

130130

131131
Or, on Linux, right click and select "Extract Here".
@@ -292,7 +292,7 @@ Here, ``main`` branch has the latest release of Scancode-Toolkit. You can also c
292292
of the following:
293293

294294
- Branches (Locally created or already present) [Example - ``main``]
295-
- Tags (essentially version numbers) [Example - ``v21.2.25``, ``v21.3.31``]
295+
- Tags (essentially version numbers) [Example - ``v21.2.25``, ``v21.6.1``]
296296
- Commits (use the shortened commit hash) [Example - ``4502055``, ``f276398``]
297297

298298

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _create_dir(location):
7474

7575
# in case package is not installed or we do not have setutools/pkg_resources
7676
# on hand fall back to this version
77-
__version__ = '21.3.31'
77+
__version__ = '21.6.2'
7878
try:
7979
from pkg_resources import get_distribution, DistributionNotFound
8080
try:

0 commit comments

Comments
 (0)