Files
zulip/version.py
Harshit Bansal ebdd8c9e3d emoji: Switch to using emoji-datasource npm package.
This commit does the following things:
* Instead of using a manual tool for downloading sprite sheets, use
  `emoji-datasource` npm package.
* Modify the `build_emoji` script to use sprite sheets from the npm
  package.

Bumps PROVISION_VERSION.

Fixes: #4730.
2017-07-13 21:52:01 -07:00

3 lines
55 B
Python

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