mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Changes for release 10.0.1
This commit is contained in:
parent
b84aac8de9
commit
c4b8a4aeec
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
10.0.1 (released 29.1.2021)
|
||||
|
||||
Changes:
|
||||
- Minimum supported version of Beautiful Soup is 4.8.1
|
||||
|
||||
Fixes:
|
||||
- wsgi: Fix failure due to status logging being enabled
|
||||
|
||||
10.0 (released 15.1.2021)
|
||||
|
||||
Features:
|
||||
|
|
|
|||
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.1.dev0"
|
||||
AppVersion = "10.0.1"
|
||||
# the application name
|
||||
AppName = "LinkChecker"
|
||||
Description = "check links in web documents or full websites"
|
||||
|
|
|
|||
Loading…
Reference in a new issue