From 3b80d61f149386edc987eec68446c0d18504cb11 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 26 Aug 2017 14:59:28 +0200 Subject: [PATCH] Updating roadmap --- roadmap/analyze.py | 2 +- roadmap/fetch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roadmap/analyze.py b/roadmap/analyze.py index d595e34..ac1a2b5 100755 --- a/roadmap/analyze.py +++ b/roadmap/analyze.py @@ -3,7 +3,7 @@ import json import BeautifulSoup -roadmaps = { "2.6.x": 11, "2.7.x": 13 } +roadmaps = { "2.7": 15, "3.0": 14, "3.1": 13 } status_filters = { "all": None, diff --git a/roadmap/fetch.py b/roadmap/fetch.py index 60303ef..34cc1c1 100755 --- a/roadmap/fetch.py +++ b/roadmap/fetch.py @@ -3,7 +3,7 @@ import requests import json -roadmaps = { "2.6.x": 11, "2.7.x": 13 } +roadmaps = { "2.7": 15, "3.0": 14, "3.1": 13 } def get_roadmapissues():