mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 01:54:42 +00:00
Update to version 10.0.1.dev0
This commit is contained in:
parent
7db035d1bc
commit
136e8a3625
2 changed files with 3 additions and 3 deletions
|
|
@ -35,8 +35,8 @@ AppName = configdata.name
|
|||
App = AppName + " " + Version
|
||||
Author = configdata.author
|
||||
HtmlAuthor = Author.replace(' ', ' ')
|
||||
Copyright = "Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2020 " + Author
|
||||
HtmlCopyright = ("Copyright © 2000-2016 Bastian Kleineidam, 2010-2020 "
|
||||
Copyright = "Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2021 " + Author
|
||||
HtmlCopyright = ("Copyright © 2000-2016 Bastian Kleineidam, 2010-2021 "
|
||||
+ HtmlAuthor)
|
||||
HtmlAppInfo = App + ", " + HtmlCopyright
|
||||
Url = configdata.url
|
||||
|
|
|
|||
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"
|
||||
AppVersion = "10.0.1.dev0"
|
||||
# the application name
|
||||
AppName = "LinkChecker"
|
||||
Description = "check links in web documents or full websites"
|
||||
|
|
|
|||
Loading…
Reference in a new issue