Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
178
Issues
178
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
bb39475b
Commit
bb39475b
authored
Sep 20, 2017
by
Florent Fourcot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new stable version / bump weboob script
parent
e1c4ce2e
Pipeline
#840
failed with stages
in 62 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/weboob
scripts/weboob
+1
-1
tools/stable_backport.py
tools/stable_backport.py
+1
-1
No files found.
scripts/weboob
View file @
bb39475b
...
...
@@ -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"
...
...
tools/stable_backport.py
View file @
bb39475b
...
...
@@ -13,7 +13,7 @@ from collections import defaultdict
from
termcolor
import
colored
STABLE_VERSION
=
'1.
2
'
STABLE_VERSION
=
'1.
3
'
DEVEL_BRANCH
=
'master'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment