Files
zulip/version.py
Umair Khan 2db1cba9cc i18n: Use language code instead of locale.
We have been assigning locale to language code. Mostly code and locale
are same but for languages like zh-Hans, locale is zh_Hans and code is
zh-hans.

After this commit, compilemessages command should be run.
2017-10-20 11:21:26 -07:00

3 lines
55 B
Python

ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '10.6'