diff --git a/README.rst b/README.rst index 399b0334..f67a2c12 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ See `doc/install.txt`_ in the source code archive for general information. Excep Python 3.6 or later is needed. -The version in the pip repository is old. Instead, you can use pip to install the latest release from git: ``pip3 install git+https://github.com/linkchecker/linkchecker.git``. See `#359 `_. +The version in the pip repository may be old. Instead, you can use pip to install the latest code from git: ``pip3 install git+https://github.com/linkchecker/linkchecker.git``. Usage ------ diff --git a/doc/changelog.txt b/doc/changelog.txt index 6d7014ae..494772ab 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -10.0 "" (released xx.xx.xxxx) +10.0 (released 15.1.2021) Features: - Uses Python 3 diff --git a/setup.py b/setup.py index 09c75b8f..e724ade6 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ from distutils import util, log from distutils.core import Distribution # the application version -AppVersion = "10.0.0.dev2" +AppVersion = "10.0.0" # the application name AppName = "LinkChecker" Description = "check links in web documents or full websites"