Files
zulip/version.py
K.Kanakhin 09e17fbe17 run-dev: Use tornado for dev proxy server for HTTP requests.
- Use tornado as proxy server for development environment,
  replacing twisted (this doesn't support websockets).
- Upgrade tornado version to 4.4.1 (needs to be coupled to the
  above since neither change works without the other)
2016-11-01 20:35:31 -07:00

3 lines
56 B
Python

ZULIP_VERSION = "1.4.1+git"
PROVISION_VERSION = '2.0.0'