bump to 0.8
This commit is contained in:
parent
3faa6ffa59
commit
31a0a0a8be
65 changed files with 67 additions and 67 deletions
4
setup.py
4
setup.py
|
|
@ -37,7 +37,7 @@ def check_executable_win(executable, error):
|
|||
|
||||
if dotfirst:
|
||||
path = ["."]+path
|
||||
|
||||
|
||||
pathext = os.environ[pathextsrc]
|
||||
pathext = filter(None, pathext.split(";"))
|
||||
|
||||
|
|
@ -184,7 +184,7 @@ if options.xdg:
|
|||
|
||||
setup(
|
||||
name='weboob',
|
||||
version='0.7',
|
||||
version='0.8',
|
||||
description='Weboob, Web Out Of Browsers',
|
||||
author='Romain Bignon',
|
||||
author_email='weboob@weboob.org',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue