mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 12:01:07 +00:00
Changes for release 10.0.0
This commit is contained in:
parent
4132f245d4
commit
732f988500
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
10.0 "" (released xx.xx.xxxx)
|
||||
10.0 (released 15.1.2021)
|
||||
|
||||
Features:
|
||||
- Uses Python 3
|
||||
|
|
|
|||
2
setup.py
2
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue