Updating roadmap

This commit is contained in:
Alexandre Aubin 2017-08-26 14:59:28 +02:00
parent 16ebf8db42
commit 3b80d61f14
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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():