Skip to content

Commit a1df011

Browse files
committed
Hack in translation progress for api 8
1 parent 7e18f67 commit a1df011

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 1)
1+
VERSION = (1, 1, 0)
22
__version__ = '.'.join(str(v) for v in VERSION)
33

44

src/theme/scripts/list-translations

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ CROWDIN_BASE_URL = os.environ['CROWDIN_BASE_URL']
1010

1111
BRANCH = sys.argv[1]
1212

13+
if BRANCH == 'stable':
14+
BRANCH = '7.4.0'
15+
1316
headers = {
1417
'Authorization': 'Bearer ' + CROWDIN_TOKEN,
1518
'Accept': 'application/json'

0 commit comments

Comments
 (0)