mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
There's one migration required by this release:
* queue_processors: Stop passing state_handler to handle_message.
state_handler is now a property of bot_handler and thus, does
not need to be passed to bot_handler.handle_message().
The commit responsible is:
2a74ad11c5
4 lines
56 B
Python
4 lines
56 B
Python
ZULIP_VERSION = "1.7.1+git"
|
|
|
|
PROVISION_VERSION = '14.0'
|