use one version number and add 10 as supported version

This commit is contained in:
Bernhard Posselt 2016-08-04 16:04:38 +02:00
Родитель 65cdf11c03
Коммит 6b8377690a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -199,4 +199,4 @@ NOCAPTCHA = True
LOGIN_REDIRECT_URL = 'home'
LOGIN_URL = 'account_login'
PLATFORM_VERSIONS = ['9.0']
PLATFORM_VERSIONS = ['9', '10']