Skip to content

Commit c677ced

Browse files
committed
Publish version 1.56
1 parent b50283a commit c677ced

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

doc/changes.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ Change log
44
Stable versions
55
~~~~~~~~~~~~~~~
66

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+
738
Version 1.55 (April 26, 2021)
839
-----------------------------------
940
**Breaking Changes**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
import setuptools
4646

47-
version = "1.55"
47+
version = "1.56"
4848

4949

5050
if __name__ == "__main__":

0 commit comments

Comments
 (0)