Changes for release 10.0.1

This commit is contained in:
Chris Mayo 2021-01-28 19:20:24 +00:00
parent b84aac8de9
commit c4b8a4aeec
2 changed files with 9 additions and 1 deletions

View file

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

View file

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