Skip to content

Commit

Permalink
Publish version 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Oct 13, 2022
1 parent b50283a commit c677ced
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ Change log
Stable versions
~~~~~~~~~~~~~~~

Version 1.56 (October 13, 2022)
-----------------------------------

**Important**

This is the last release that will support Python 3.6.

**Bug Fixes & Improvements**

* Create repo from template (#2090) (b50283a7)
* Improve signature of Repository.create_repo (#2118) (001970d4)
* Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397af)
* Add Repository.rename_branch method (#2089) (6452ddfe)
* Add function to delete pending reviews on a pull request (#1897) (c8a945bb)
* Cover all code paths in search_commits (#2087) (f1faf941)
* Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd2)
* Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf2)
* Add ProjectCard.edit() to the type stub (#2080) (d417e4c4)
* Add method to delete Workflow runs (#2078) (b1c8eec5)
* Implement organization.cancel_invitation() (#2072) (53fb4988)
* Feat: Add `html_url` property in Team Class. (#1983) (6570892a)
* Add support for Python 3.10 (#2073) (aa694f8e)
* Add github actions secrets to org (#2006) (bc5e5950)
* Correct replay for Organization.create_project() test (#2075) (fcc12368)
* Fix install command example (#2043) (99e00a28)
* Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a3)
* Do not transform requestHeaders when logging (#1965) (1265747e)
* Add type to OrderedDict (#1954) (ed7d0fe9)
* Add Commit.get_pulls() to pyi (#1958) (b4664705)
* Adding headers in GithubException is a breaking change (#1931) (d1644e33)

Version 1.55 (April 26, 2021)
-----------------------------------
**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

import setuptools

version = "1.55"
version = "1.56"


if __name__ == "__main__":
Expand Down

0 comments on commit c677ced

Please sign in to comment.