diff --git a/contrib/windows-install/settings.cmd b/contrib/windows-install/settings.cmd index a4cc6dbd1707912660d46d7d4261a3412b7d631b..4323867bf79af1278cd10c48cfa68d3779845d9b 100644 --- a/contrib/windows-install/settings.cmd +++ b/contrib/windows-install/settings.cmd @@ -1,5 +1,5 @@ -set WEBOOB_VERSION=1.2 -set WEBOOB=weboob-1.2-py2.7.egg +set WEBOOB_VERSION=1.3 +set WEBOOB=weboob-1.3-py2.7.egg set LIST_APPLIQUATIONS_QT=qboobmsg qcineoob qcookboob qflatboob qhandjoob qhavedate qvideoob qwebcontentedit weboob-config-qt qbooblyrics REM x32 | x64 set ARCHITECTURE=x64 diff --git a/scripts/weboob b/scripts/weboob index c7cb92834e2c8cd24c9dab18640750cb23e32d29..d469304315e54564952686a3d113063954217914 100755 --- a/scripts/weboob +++ b/scripts/weboob @@ -40,7 +40,7 @@ __all__ = ['Weboob'] class Weboob(ConsoleApplication): APPNAME = 'weboob' - VERSION = '1.2' + VERSION = '1.3' COPYRIGHT = 'Copyright(C) 2010-YEAR The Weboob Team' DESCRIPTION = "This is a console script to launch weboob applications," SHORT_DESCRIPTION = "launch weboob applications"