From bb39475bd39f925d0dc1efb6ebb0576a3cb702c5 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 20 Sep 2017 11:08:57 +0200 Subject: [PATCH] new stable version / bump weboob script --- scripts/weboob | 2 +- tools/stable_backport.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/weboob b/scripts/weboob index d469304315..2e675a0627 100755 --- a/scripts/weboob +++ b/scripts/weboob @@ -40,7 +40,7 @@ __all__ = ['Weboob'] class Weboob(ConsoleApplication): APPNAME = 'weboob' - VERSION = '1.3' + VERSION = '1.4' COPYRIGHT = 'Copyright(C) 2010-YEAR The Weboob Team' DESCRIPTION = "This is a console script to launch weboob applications," SHORT_DESCRIPTION = "launch weboob applications" diff --git a/tools/stable_backport.py b/tools/stable_backport.py index f656880873..74ab07257f 100755 --- a/tools/stable_backport.py +++ b/tools/stable_backport.py @@ -13,7 +13,7 @@ from termcolor import colored -STABLE_VERSION = '1.2' +STABLE_VERSION = '1.3' DEVEL_BRANCH = 'master' -- GitLab