-----------------------------------
Bug Fixes & Improvements
^^^^^^^^^^^^^^^^^^^^^^^^
* Add support to edit and delete a project (`1434 <https://github.com/PyGithub/PyGithub/pull/1434>`_) (`f11f7395 <https://github.com/PyGithub/PyGithub/commit/f11f7395>`_)
* Add method for fetching pull requests associated with a commit (`1433 <https://github.com/PyGithub/PyGithub/pull/1433>`_) (`0c55381b <https://github.com/PyGithub/PyGithub/commit/0c55381b>`_)
* Add "get_repo_permission" to Team class (`1416 <https://github.com/PyGithub/PyGithub/pull/1416>`_) (`219bde53 <https://github.com/PyGithub/PyGithub/commit/219bde53>`_)
* Add list projects support, update tests (`1431 <https://github.com/PyGithub/PyGithub/pull/1431>`_) (`e44d11d5 <https://github.com/PyGithub/PyGithub/commit/e44d11d5>`_)
* Don't transform completely in PullRequest.*assignees (`1428 <https://github.com/PyGithub/PyGithub/pull/1428>`_) (`b1c35499 <https://github.com/PyGithub/PyGithub/commit/b1c35499>`_)
* Add create_project support, add tests (`1429 <https://github.com/PyGithub/PyGithub/pull/1429>`_) (`bf62f752 <https://github.com/PyGithub/PyGithub/commit/bf62f752>`_)
* Add draft attribute, update test (`bd285248 <https://github.com/PyGithub/PyGithub/commit/bd285248>`_)
* Docstring for Repository.create_git_tag_and_release (`1425 <https://github.com/PyGithub/PyGithub/pull/1425>`_) (`bfeacded <https://github.com/PyGithub/PyGithub/commit/bfeacded>`_)
* Create a tox docs environment (`1426 <https://github.com/PyGithub/PyGithub/pull/1426>`_) (`b30c09aa <https://github.com/PyGithub/PyGithub/commit/b30c09aa>`_)
* Add Deployments API (`1424 <https://github.com/PyGithub/PyGithub/pull/1424>`_) (`3d93ee1c <https://github.com/PyGithub/PyGithub/commit/3d93ee1c>`_)
* Add support for editing project cards (`1418 <https://github.com/PyGithub/PyGithub/pull/1418>`_) (`425280ce <https://github.com/PyGithub/PyGithub/commit/425280ce>`_)
* Add draft flag parameter, update tests (`bd0211eb <https://github.com/PyGithub/PyGithub/commit/bd0211eb>`_)
* Switch to using pytest (`1423 <https://github.com/PyGithub/PyGithub/pull/1423>`_) (`c822dd1c <https://github.com/PyGithub/PyGithub/commit/c822dd1c>`_)
* Fix GitMembership with a hammer (`1420 <https://github.com/PyGithub/PyGithub/pull/1420>`_) (`f2939eb7 <https://github.com/PyGithub/PyGithub/commit/f2939eb7>`_)
* Add support to reply to a Pull request comment (`1374 <https://github.com/PyGithub/PyGithub/pull/1374>`_) (`1c82573d <https://github.com/PyGithub/PyGithub/commit/1c82573d>`_)
* PullRequest.update_branch(): allow expected_head_sha to be empty (`1412 <https://github.com/PyGithub/PyGithub/pull/1412>`_) (`806130e9 <https://github.com/PyGithub/PyGithub/commit/806130e9>`_)
* Implement ProjectCard.delete() (`1417 <https://github.com/PyGithub/PyGithub/pull/1417>`_) (`aeb27b78 <https://github.com/PyGithub/PyGithub/commit/aeb27b78>`_)
* Add pre-commit plugin for black/isort/flake8 (`1398 <https://github.com/PyGithub/PyGithub/pull/1398>`_) (`08b1c474 <https://github.com/PyGithub/PyGithub/commit/08b1c474>`_)
* Add tox (`1388 <https://github.com/PyGithub/PyGithub/pull/1388>`_) (`125536fe <https://github.com/PyGithub/PyGithub/commit/125536fe>`_)
* Open file in text mode in scripts/add_attribute.py (`1396 <https://github.com/PyGithub/PyGithub/pull/1396>`_) (`0396a493 <https://github.com/PyGithub/PyGithub/commit/0396a493>`_)
* Silence most ResourceWarnings (`1393 <https://github.com/PyGithub/PyGithub/pull/1393>`_) (`dd31a706 <https://github.com/PyGithub/PyGithub/commit/dd31a706>`_)
* Assert more attributes in Membership (`1391 <https://github.com/PyGithub/PyGithub/pull/1391>`_) (`d6dee016 <https://github.com/PyGithub/PyGithub/commit/d6dee016>`_)
* Assert on changed Repository attributes (`1390 <https://github.com/PyGithub/PyGithub/pull/1390>`_) (`6e3ceb19 <https://github.com/PyGithub/PyGithub/commit/6e3ceb19>`_)
* Add reset to the repr for Rate (`1389 <https://github.com/PyGithub/PyGithub/pull/1389>`_) (`0829af81 <https://github.com/PyGithub/PyGithub/commit/0829af81>`_)