Skip to content

Commit 951fcdf

Browse files
committed
Publish version 1.54
1 parent 6d501b2 commit 951fcdf

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

doc/changes.rst

+35
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,41 @@ Change log
44
Stable versions
55
~~~~~~~~~~~~~~~
66

7+
Version 1.54 (November 30, 2020)
8+
-----------------------------------
9+
**Important**
10+
11+
This is the last release that will support Python 3.5.
12+
13+
**Breaking Changes**
14+
15+
The Github.get_installation(integer) method has been removed.
16+
Repository.create_deployment()'s payload parameter is now a dictionary.
17+
18+
**Bug Fixes & Improvements**
19+
20+
* Add support for Check Suites (#1764) (6d501b28)
21+
* Add missing preview features of Deployment and Deployment Statuses API (#1674) (197e0653)
22+
* Correct typing for Commit.get_comments() (#1765) (fcdd9eae)
23+
* Pin requests to <2.25 as well (#1757) (d159425f)
24+
* Add Support for Check Runs (#1727) (c77c0676)
25+
* Added a method for getting a user by their id (#1691) (4cfc9912)
26+
* Fix #1742 - incorrect typehint for `Installation.id` (#1743) (546f6495)
27+
* Add WorkflowRun.workflow_id (#1737) (78a29a7c)
28+
* Add support for Python 3.9 (#1735) (1bb18ab5)
29+
* Added support for the Self-Hosted actions runners API (#1684) (24251f4b)
30+
* Fix Branch protection status in the examples (#1729) (88800844)
31+
* Filter the DeprecationWarning in Team tests (#1728) (23f47539)
32+
* Added get_installations() to Organizations (#1695) (b42fb244)
33+
* Fix #1507: Add new Teams: Add or update team repository endpoint (#1509) (1c55be51)
34+
* Added support for `Repository.get_workflow_runs` parameters (#1682) (c23564dd)
35+
* feat(pullrequest): add the rebaseable attribute (#1690) (ee4c7a7e)
36+
* Add support for deleting reactions (#1708) (f7d203c0)
37+
* Correct type hint for InputGitTreeElement.sha (08b72b48)
38+
* Ignore new black formatting commit for git blame (#1680) (7ec4f155)
39+
* Format with new black (#1679) (07e29fe0)
40+
* Add get_timeline() to Issue's type stubs (#1663) (6bc9ecc8)
41+
742
Version 1.53 (August 18, 2020)
843
-----------------------------------
944

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
import setuptools
4747

48-
version = "1.53"
48+
version = "1.54"
4949

5050

5151
if __name__ == "__main__":

0 commit comments

Comments
 (0)