Files
zulip/version.py
Harshit Bansal 2b7dd8e437 requirements: Add 'lxml' as a dependency required for parsing HTML.
We need to parse rendered HTML content of messages while preparing
content for mobile push notifications and for doing so we need to
use lxml's HTML parser.
2017-10-06 16:37:17 -07:00

3 lines
55 B
Python

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