zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

bridge_with_matrix: Bump matrix-client 0.2.0 -> 0.4.0. #755

Closed rht closed 2 years ago

rht commented 2 years ago

This fixes #754.

zulipbot commented 2 years ago

Hello @rht, it seems like you have referenced #754 in your pull request description, but you have not referenced them in your commit message description(s). Referencing an issue in a commit message automatically closes the corresponding issue when the commit is merged, which makes the issue tracker easier to manage.

Please run git commit --amend in your command line client to amend your commit message description with Fixes #754..

An example of a correctly-formatted commit:

commit fabd5e450374c8dde65ec35f02140383940fe146
Author: zulipbot
Date:   Sat Mar 18 13:42:40 2017 -0700

    pull requests: Check PR commits reference when issue is referenced.

    Fixes #51.

To learn how to write a great commit message, please refer to our guide.

timabbott commented 2 years ago

Merged, thanks @rht!