mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
Most of the changes to support this were merged some time ago; what remains are these changes: * Update requirements.txt * Django 1.10: Upgrade success-http-headers.txt file. - We no longer get the absolute urls, see https://docs.djangoproject.com/en/1.10/releases/1.9/#http-redirects-no-longer-forced-to-absolute-uris - The headers are capitalized, previously, they were in upper case. * Bump PROVISON_VERSION to 3.0 since this is a disruptive change. Fixes #3.
3 lines
54 B
Python
3 lines
54 B
Python
ZULIP_VERSION = "1.4.1+git"
|
|
PROVISION_VERSION = '3.0'
|