python-zulip-api: Upgrade to PyPI package release 0.3.8.

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
This commit is contained in:
Eeshan Garg
2017-11-27 23:42:54 -03:30
committed by Tim Abbott
parent e538f4dd44
commit c45517f544
5 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
ZULIP_VERSION = "1.7.1+git"
PROVISION_VERSION = '13.1'
PROVISION_VERSION = '14.0'