Changes for release 10.0.0

This commit is contained in:
Chris Mayo 2021-01-14 19:48:22 +00:00
parent 4132f245d4
commit 732f988500
3 changed files with 3 additions and 3 deletions

View file

@ -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 <https://github.com/linkchecker/linkchecker/issues/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
------

View file

@ -1,4 +1,4 @@
10.0 "" (released xx.xx.xxxx)
10.0 (released 15.1.2021)
Features:
- Uses Python 3

View file

@ -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"