mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Updating roadmap
This commit is contained in:
parent
16ebf8db42
commit
3b80d61f14
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
import json
|
import json
|
||||||
import BeautifulSoup
|
import BeautifulSoup
|
||||||
|
|
||||||
roadmaps = { "2.6.x": 11, "2.7.x": 13 }
|
roadmaps = { "2.7": 15, "3.0": 14, "3.1": 13 }
|
||||||
|
|
||||||
status_filters = {
|
status_filters = {
|
||||||
"all": None,
|
"all": None,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
|
|
||||||
roadmaps = { "2.6.x": 11, "2.7.x": 13 }
|
roadmaps = { "2.7": 15, "3.0": 14, "3.1": 13 }
|
||||||
|
|
||||||
def get_roadmapissues():
|
def get_roadmapissues():
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue