@@ -4,6 +4,37 @@ Change log
4
4
Stable versions
5
5
~~~~~~~~~~~~~~~
6
6
7
+ Version 1.56 (October 13, 2022)
8
+ -----------------------------------
9
+
10
+ **Important **
11
+
12
+ This is the last release that will support Python 3.6.
13
+
14
+ **Bug Fixes & Improvements **
15
+
16
+ * Create repo from template (#2090) (b50283a7)
17
+ * Improve signature of Repository.create_repo (#2118) (001970d4)
18
+ * Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397af)
19
+ * Add Repository.rename_branch method (#2089) (6452ddfe)
20
+ * Add function to delete pending reviews on a pull request (#1897) (c8a945bb)
21
+ * Cover all code paths in search_commits (#2087) (f1faf941)
22
+ * Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd2)
23
+ * Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf2)
24
+ * Add ProjectCard.edit() to the type stub (#2080) (d417e4c4)
25
+ * Add method to delete Workflow runs (#2078) (b1c8eec5)
26
+ * Implement organization.cancel_invitation() (#2072) (53fb4988)
27
+ * Feat: Add `html_url ` property in Team Class. (#1983) (6570892a)
28
+ * Add support for Python 3.10 (#2073) (aa694f8e)
29
+ * Add github actions secrets to org (#2006) (bc5e5950)
30
+ * Correct replay for Organization.create_project() test (#2075) (fcc12368)
31
+ * Fix install command example (#2043) (99e00a28)
32
+ * Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a3)
33
+ * Do not transform requestHeaders when logging (#1965) (1265747e)
34
+ * Add type to OrderedDict (#1954) (ed7d0fe9)
35
+ * Add Commit.get_pulls() to pyi (#1958) (b4664705)
36
+ * Adding headers in GithubException is a breaking change (#1931) (d1644e33)
37
+
7
38
Version 1.55 (April 26, 2021)
8
39
-----------------------------------
9
40
**Breaking Changes **
0 commit comments